remove.module.paths: Remove one or more paths from 'module.paths'

Description Usage Arguments Value Examples

View source: R/modulepaths.R

Description

Beware, little error checking is done to see if the indexes are valid. Note the item indexes are 1-based.

Usage

1

Arguments

index

index of item to be removed from path

...

optional indexes of items to be removed from path

Value

Nothing is returned.

Examples

1
2
# Removes the2nd and 4th items from module.paths
remove.module.paths(2, 4)

rickwargo/lrequire documentation built on May 27, 2019, 8:48 a.m.