Description Usage Arguments Value Author(s) References See Also Examples
This function is a wrapper around export.list()
that
exports variables by their name to another environment.
1 | export(..., target.env = .GlobalEnv)
|
... |
variables to be exported. |
target.env |
The target environment. Use the global environment by default. |
Invisible NULL
.
Roland
http://stackoverflow.com/a/17484932/946850
export.list, assign
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.