View source: R/remove_module.R
remove_module | R Documentation |
Removes the given module from the SIA Module Manifest and deletes the
respective .R
file.
remove_module(module_id = NULL, proj = curr_proj())
module_id |
character, name of the module to remove (including the
prefix). If |
proj |
character, a path to the project. Defaults to current project. |
No return value. Called for the side effect.
Other module management functions:
add_module()
,
get_modules()
,
preview_module()
## Not run:
remove_module()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.