Learn R Programming

SIAtools (version 0.1.4)

remove_module: 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())

Value

No return value. Called for the side effect.

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.

See Also

Other module management functions: add_module(), get_modules(), preview_module()

Examples

Run this code
if (FALSE) {
remove_module()
}


Run the code above in your browser using DataLab