add2Path {link2GI} | R Documentation |
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(s)
Chris Reudenbach
Examples
## Not run:
# add path
add2Path('pathtosomewhere')
## End(Not run)
[Package link2GI version 0.6-1 Index]