Learn R Programming

golem (version 0.0.1.5000)

add_module: Create a module

Description

This function creates a module inside the `R/` folder, based on a specific module structure.

Usage

add_module(name, pkg = ".")

Arguments

name

The name of the module

pkg

Path to the root of the package. Default is `"."`.