Learn R Programming

link2GI (version 0.5-3)

add2Path: Adds a defined variable and value to the global search path

Description

Adds a variable to the global search path of the current environment

Usage

add2Path(newPath)

Arguments

newPath

the path that is added

Author

Chris Reudenbach

Examples

Run this code
if (FALSE) {
# add path
add2Path("pathtosomewhere")
}

Run the code above in your browser using DataLab