Description Usage Arguments Value
assignList
assigns the elements of a named list to the enclosing environment.
Be aware that the function does not check if an object with the same name exists in
the enclosing environment - if it exists, it will be overwritten.
1 | assignList(listdat, verbose = TRUE, overwriteGlobal = FALSE)
|
listdat |
a list with named elements |
verbose |
a logical variable (default: TRUE) which determines if a warning should be sent to the console |
overwriteGlobal |
a logical variable (default FALSE) which determines if the function is allowed to write to the global environment |
The function is invoked for its side effect, which is assigning list elements to the enclosing environment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.