zipModule {SpaDES.core} | R Documentation |
Create a zip archive of a module subdirectory
Description
The most common use of this would be from a "modules" directory, rather than inside a given module.
Usage
zipModule(name, path, version, data = FALSE, ...)
## S4 method for signature 'character,character,character'
zipModule(name, path, version, data = FALSE, ...)
## S4 method for signature 'character,missing,character'
zipModule(name, path, version, data = FALSE, ...)
## S4 method for signature 'character,missing,missing'
zipModule(name, path, version, data = FALSE, ...)
## S4 method for signature 'character,character,missing'
zipModule(name, path, version, data = FALSE, ...)
Arguments
name |
Character string giving the module name. |
path |
A file path to a directory containing the module subdirectory. |
version |
The module version. |
data |
Logical. If |
... |
Additional arguments to |
Value
NULL (invisibly). Invoked for its side effect of zipping module files.
Author(s)
Eliot McIntire and Alex Chubaty
[Package SpaDES.core version 2.1.0 Index]