Description Usage Arguments Examples
This function loads one or more R objects into the shared variable environment. By default it will assign variable names as they are named when passed to the function, but it can also assign variables to alternative names using the varNames argument.
1 |
... |
Any number of variables to assign to the shared variable environment |
varNames |
(Optional) character vector of variable names to use for the given variables. If provided, the length of varNames must match the number of variables passed to .... |
1 2 3 4 |
NULL environment; using environment SV...
Newly Loaded: x, y, z
Newly Loaded: varname
Unchanged: x, y, z
Newly Loaded: xvar, yvar
Unchanged: varname, x, y, z
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.