| env_restore | R Documentation |
Restore Saved Environment
env_restore( from = ".envirs/", file = get_latest_file(from), rm_all = TRUE, envir = .GlobalEnv )
from |
Character, directory where environment data is stored. Defaults
to |
file |
Character, which file in |
rm_all |
Logical, whether or not to remove current environment data
before loading data from new environment. Defaults to |
envir |
Environment, where data will be loaded. Defaults to |
Loads all variables to envir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.