Learn R Programming

leprechaun (version 1.0.0)

add_module: Add module

Description

Add boilerplate for a module.

Usage

add_module(name)

Arguments

name

Name of the module. This is used to dynamically create the names of the functions and file.

Value

Called for side-effects, invisibly returns NULL.

Examples

Run this code
# NOT RUN {
add_module("module_name")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab