copyModule | R Documentation |
Create a copy of an existing module
copyModule(from, to, path, ...) ## S4 method for signature 'character,character,character' copyModule(from, to, path, ...) ## S4 method for signature 'character,character,missing' copyModule(from, to, path, ...)
from |
The name of the module to copy. |
to |
The name of the copy. |
path |
The path to a local module directory. Defaults to the path set by
the |
... |
Additional arguments to |
Invisible logical indicating success (TRUE
) or failure (FALSE
).
Alex Chubaty
## Not run: copyModule(from, to)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.