add2Path {link2GI} | R Documentation |
Adds a variable to the global search path of the current environment
add2Path(newPath)
newPath |
the path that is added |
Chris Reudenbach
## Not run:
# add path
add2Path('pathtosomewhere')
## End(Not run)