Remove a module
remove_module.Rd
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
NULL
(the default), all modules discovered byget_modules()
are listed and you are asked to pick one.- proj
character, a path to the project. Defaults to current project.
See also
Other module management functions:
add_module()
,
get_modules()
,
preview_module()