Description Usage Arguments Value Examples
Tries sourcing a file. Returns TRUE if sourcing did not error, FALSE if not.
1 | try_source(file, show_warnings = TRUE)
|
file |
An R script to source. |
TRUE or FALSE
1 2 3 4 | ## Not run:
try_source("my_script.R")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.