Description Usage Arguments Value Author(s) Examples
Catch any errors and warnings and then rerun the function if necessary. The function returns all messages and the function output.
1 | tryCatch.W.E(expr)
|
expr |
R expression to evaluate. |
The function returns all warning and error messages and the function output.
Tara Valladares <tls8vx at virginia.edu>
1 2 3 4 5 6 7 8 | # Load the tinytrolls data
data(tinytrolls)
# Use the emoxicon function
## Not run:
warns.errs.tinytrolls <- tryCatch.W.E(emoxicon(text = tinyTrolls$content, lexicon = emotions))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.