The R Project SVN R

Rev

Rev 59039 | Rev 65504 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 37... Line 37...
37
  giving the values of all the environment variables, sorted in the
37
  giving the values of all the environment variables, sorted in the
38
  current locale.  It may be confused by names containing \code{=} which
38
  current locale.  It may be confused by names containing \code{=} which
39
  some platforms allow but POSIX does not.  (Windows is such a platform:
39
  some platforms allow but POSIX does not.  (Windows is such a platform:
40
  there names including \code{=} are truncated just before the first
40
  there names including \code{=} are truncated just before the first
41
  \code{=}.)
41
  \code{=}.)
42
  
42
 
43
  Argument \code{names} was introduced in \R 2.13.0 to avoid needing the
43
  Argument \code{names} was introduced in \R 2.13.0 to avoid needing the
44
  common use of \code{as.vector(Sys.getenv())}.
44
  common use of \code{as.vector(Sys.getenv())}.
45
}
45
}
46
\seealso{
46
\seealso{
47
  \code{\link{Sys.setenv}},
47
  \code{\link{Sys.setenv}},