Use conditonMessage() to extract the message from an error, warning,
message, or other 'condition'
For more, see Hadley Wickham's book, "Advanced R":
http://adv-r.had.co.nz/Exceptions-Debugging.html
http://adv-r.had.co.nz/beyond-exception-handling.html
Bill Dunlap
TIBCO Software
wdunlap tibc
All,
I have my tryCatch working on my function and rather than crashing I get the
error message below. However, I would just like price must be entered as a
character without the information to the right of the : Can this information be
suppressed?
Thanks,
Glenn