get_result | R Documentation |
Even if an error happens, the output file might still exist,
because saveRDS()
creates the file before evaluating its object
argument. So we need to check for the error file to decide
if an error happened.
get_result(output, options)
output |
List of the output object from |
options |
The context, including all parameters. |
If no error happened, the result is returned. Otherwise we handle the error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.