View source: R/module-create.R
| module_add | R Documentation | 
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
)
| 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  | 
| ... | additional configurations to the module such as  | 
| pipeline_name | the pipeline name to create along with the module;
default is identical to  | 
| overwrite | whether to overwrite existing module if module with same ID exists; default is false | 
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.