remove.module.paths {lrequire}R Documentation

Remove one or more paths from module.paths

Description

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

Usage

remove.module.paths(index, ...)

Arguments

index

index of item to be removed from path

...

optional indexes of items to be removed from path

Value

Nothing is returned.

Examples

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

[Package lrequire version 0.1.3 Index]