Skip to contents

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 by get_modules() are listed and you are asked to pick one.

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

if (FALSE) { # \dontrun{
remove_module()
} # }