powered by
Creates a module code template in current working directory
create_module_template(module_name, target_dir = "")
Create file for module_name in current working directory
module_name
module name in camelCase
Optional folder where to save the file. Saves in current folder otherwise.
if (interactive()) { create_module_template("newModule") }
Run the code above in your browser using DataLab