remove_module: Remove a module

View source: R/remove_module.R

remove_moduleR 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 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

## Not run: 
remove_module()

## End(Not run)



SIAtools documentation built on April 4, 2025, 2:13 a.m.