Learn R Programming

lrequire (version 0.1.3)

get.module.paths: Get existing collection of search paths of where to look for modules.

Description

Get existing collection of search paths of where to look for modules.

Usage

get.module.paths()

Arguments

Value

Vector of paths (strings) that specify folders where to search for module files, in order.

Examples

Run this code
# Returns a copy of the current module.paths
paths <- get.module.paths()

Run the code above in your browser using DataLab