copy.env | R Documentation |
Performs only shallow copy; does not recurse when a name pairs with a sub-environment.
copy.env( from.envir, to.pos = -1L, to.envir = as.environment(to.pos), all.names = FALSE )
from.envir |
Environment to copy from |
to.pos |
|
to.envir |
Environment to copy to |
all.names |
logical; |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.