try_load | R Documentation |
load a file catching errors
try_load(x, env = parent.frame())
x |
character; file's name |
env |
object environment where objects are loaded;
|
character; objects' names or NULL
eddy castellón
## Not run:
try_load("xx.rda")
try_load("xx.rda", env = new.env())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.