remove_module {SIAtools} | R Documentation |
Remove a module
Description
Removes the given module from the SIA Module Manifest and deletes the
respective .R
file.
Usage
remove_module(module_id = NULL, proj = curr_proj())
Arguments
module_id |
character, name of the module to remove (including the
prefix). If |
proj |
character, a path to the project. Defaults to current project. |
Value
No return value. Called for the side effect.
See Also
Other module management functions:
add_module()
,
get_modules()
,
preview_module()
Examples
## Not run:
remove_module()
## End(Not run)
[Package SIAtools version 0.1.1 Index]