View source: R/create_mod_template.R
create_module_template | R Documentation |
Creates a module code template in current working directory
create_module_template(module_name, target_dir = "")
module_name |
module name in camelCase |
target_dir |
Optional folder where to save the file. Saves in current folder otherwise. |
Create file for module_name
in current working directory
if (interactive()) {
create_module_template("newModule")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.