The most common use of this would be from a "modules" directory, rather than inside a given module.
zipModule(name, path, version, data = FALSE, ...) # S4 method for character,character,character zipModule(name, path, version, data = FALSE, ...) # S4 method for character,missing,character zipModule(name, path, version, data = FALSE, ...) # S4 method for character,missing,missing zipModule(name, path, version, data = FALSE, ...) # S4 method for character,character,missing zipModule(name, path, version, data = FALSE, ...)
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 |
Eliot McIntire and Alex Chubaty