Description Usage Arguments Value Examples
This function is houthgt to be called from another function, from which all object in the local environent are returned as a named list
1 | getObjects(except)
|
except |
CHARACTER vector indicating objects to exclude |
A list
1 2 3 4 5 6 7 8 9 10 | # not run
if (1 > 2) {
anyfun <- function(model) {
arg <- ls()
EXEROOT <- 'loquesea'
FOO <- 1:10
getObjects(c('arg',arg))
}
xx <- anyfun('model1')
} # end not run
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.