| pkg2env | R Documentation |
Utility function to get the environment of a package on the search path.
pkg2env(pkg) pkg2env_(pkg)
pkg |
A package. |
the environment corresponding to pkg.
list2env
# Non-standard evaluation version
pkg2env(graphics)
# Standard evaluations versions
pkg2env_("tools")
pkg2env_(~ utils)
pkg2env_(quote(stats))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.