Learn R Programming

shinyExprPortal (version 1.2.1)

create_module_template: 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 = "")

Value

Create file for module_name in current working directory

Arguments

module_name

module name in camelCase

target_dir

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

Examples

Run this code
if (interactive()) {
    create_module_template("newModule")
}

Run the code above in your browser using DataLab