% Generated by roxygen2: do not edit by hand % Please edit documentation in R/link2giKarim.R \name{add2Path} \alias{add2Path} \title{Adds a defined variable and value to the global search path} \usage{ add2Path(newPath) } \arguments{ \item{newPath}{the path that is added} } \description{ Adds a variable to the global search path of the current environment } \examples{ \dontrun{ # add path add2Path("pathtosomewhere") } } \author{ Chris Reudenbach } \keyword{internal}