Add new 'RAVE' (2.0) module to current project
Usage
module_add(
module_id,
module_label,
path = ".",
type = c("default", "bare", "scheduler"),
...,
pipeline_name = module_id,
overwrite = FALSE
)
Arguments
- module_id
module ID to create, must be unique
- module_label
a friendly label to display in the dashboard
- path
project root path; default is current directory
- type
template to choose, options are
'default'
and'bare'
- ...
additional configurations to the module such as
'order'
,'group'
,'badge'
- pipeline_name
the pipeline name to create along with the module; default is identical to
module_id
- overwrite
whether to overwrite existing module if module with same ID exists; default is false