Description Usage Arguments Examples
eload
takes a collection of named objects and creates or updates an
environment. By default, an existing variable in the target environment will
be replaced by a new value, but this can be avoided by setting
preserve=TRUE
. If you want to load directly into the current env, look
at list2env
with
environment()
1 2 3 4 5 6 |
loadDat |
A |
loadEnvir |
Name (character string) for the environment to create or update. |
preserve |
Whether to retain the value for an already-bound name. |
parentEnvir |
Parent environment of the shared variable environment;
defaults to |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.