The R Project SVN R

Rev

Rev 9936 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9936 Rev 19008
Line 18... Line 18...
18
  (or \code{""} if no environment variable with that name was found).
18
  (or \code{""} if no environment variable with that name was found).
19
 
19
 
20
  On most platforms \code{Sys.getenv()} will return a named vector giving
20
  On most platforms \code{Sys.getenv()} will return a named vector giving
21
  the values of all the environment variables.
21
  the values of all the environment variables.
22
}
22
}
23
\note{
-
 
24
  \code{getenv} is an alias for backwards compatibility.
-
 
25
}
-
 
26
\seealso{
23
\seealso{
27
  \code{\link{Sys.putenv}},
24
  \code{\link{Sys.putenv}},
28
  \code{\link{getwd}} for the working directory.
25
  \code{\link{getwd}} for the working directory.
29
}
26
}
30
\examples{
27
\examples{