sebkc.tryCatch | R Documentation |
Internal function to Catch errors and warnings
sebkc.tryCatch(expr)
expr |
an R expression to evaluate |
value a list with 'value' and 'warning', where value may be an error caught
thiserror=str( sebkc.tryCatch( log( "a" ) ) )$value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.