Learn R Programming

lrequire (version 0.1.3)

remove.module.paths: 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

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

Run the code above in your browser using DataLab