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