module: Load and attach an R module in the current environment.

Description Usage Arguments Value

Description

Modules are light wrappers around environments that provide better support for hierarching namespacing.

An R namespace system that supersedes packages by allowing nesting.

Usage

1
module(path)

Arguments

path

character. If path is a character vector giving an installed package in the current library path, a module encompassing that package will be returned. Otherwise, the directory given by the path will be loaded as a module.

Value

a module object.


robertzk/module documentation built on May 27, 2019, 10:35 a.m.