tryCatch.ep | R Documentation |
This tryCatch wrapper prints errors and warnings alongside information describing the process being executed. If code runs succesfully will print COMPLETE. These errors/warnings are ideally passed to a log file that documents sequential steps in a pipeline.
tryCatch.ep(code, describe_text = NULL, ...)
code |
Chunk of code for tryCatch to evaluate. As in the TC documentation, multiple lines of code should be contained within curly brackets[]. |
describe_text |
String containing standardized information about the significance of the code being run. This will print as COMPLETE for successful execution and ERROR and WARNING is something undesirable happens, while allowing code execution to continue below. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.