as.module | R Documentation |
Interfaces to and from modules.
as.module(x, ...)
## S3 method for class 'character'
as.module(x, topEncl = baseenv(), reInit = TRUE, ..., envir = parent.frame())
## S3 method for class 'module'
as.module(x, reInit = TRUE, ...)
x |
something which can be coerced into a module. |
... |
arguments passed to parse |
topEncl |
(environment) the root of the local search path. It is tried to find a good default via autoTopEncl. |
reInit |
(logical) if a module should be re-initialized |
envir |
(environment) the environment from where |
# as.module is used by 'use' so see the vignette for examples:
## Not run:
vignette("modulesInR", "modules")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.