View source: R/general_functions.R
list2here | R Documentation |
dump variables from a list to the parent frame
list2here(x, var_names, overwrite)
x |
list containing variables |
var_names |
character vector containing names of variables to dump into parent frame |
overwrite |
optional parameter controlling the behaviour if any variables with the same name(s) alraedy exist in the parent frame. If set to "warn", throws a warning; if set to "error", throws an error |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.