The R Project SVN R

Rev

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

Rev 78973 Rev 82145
Line 1... Line 1...
1
% File src/library/base/man/Sys.setenv.Rd
1
% File src/library/base/man/Sys.setenv.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2020 R Core Team
3
% Copyright 1995-2022 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{Sys.setenv}
6
\name{Sys.setenv}
7
\alias{Sys.setenv}
7
\alias{Sys.setenv}
8
\alias{Sys.unsetenv}
8
\alias{Sys.unsetenv}
Line 55... Line 55...
55
  \code{\link{Sys.getenv}}, \link{Startup} for ways to set environment
55
  \code{\link{Sys.getenv}}, \link{Startup} for ways to set environment
56
  variables for the \R session.
56
  variables for the \R session.
57
 
57
 
58
  \code{\link{setwd}} for the working directory.
58
  \code{\link{setwd}} for the working directory.
59
 
59
 
-
 
60
  \code{\link{Sys.setlocale}} to set (and get) language locale variables,
-
 
61
  and notably \code{\link{Sys.setLanguage}} to set the \env{LANGUAGE}
-
 
62
  environment variable which is used for \code{\link{conditionMessage}}
-
 
63
  translations.
60
 
64
 
61
  The help for \sQuote{\link{environment variables}} lists many of the
65
  The help for \sQuote{\link{environment variables}} lists many of the
62
  environment variables used by \R.
66
  environment variables used by \R.
63
}
67
}
64
\examples{
68
\examples{