create_module_template: Creates a module code template in current working directory

View source: R/create_mod_template.R

create_module_templateR Documentation

Creates a module code template in current working directory

Description

Creates a module code template in current working directory

Usage

create_module_template(module_name, target_dir = "")

Arguments

module_name

module name in camelCase

target_dir

Optional folder where to save the file. Saves in current folder otherwise.

Value

Create file for module_name in current working directory

Examples

if (interactive()) {
    create_module_template("newModule")
}

rhenkin/clinvisx documentation built on July 31, 2024, 11:30 p.m.