copyModule {SpaDES.core} | R Documentation |
Create a copy of an existing module
Description
Create a copy of an existing module
Usage
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, ...)
Arguments
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 |
Value
Invisible logical indicating success (TRUE
) or failure (FALSE
).
Author(s)
Alex Chubaty
[Package SpaDES.core version 2.1.0 Index]