base-deprecated {base} | R Documentation |
These functions are provided for compatibility with older versions of R only, and may be defunct as soon as the next release.
Sys.putenv(...)
... |
named arguments with values coercible to a character string. |
The original help page for these functions is often
available at help("oldName-deprecated")
(note the quotes).
Functions in packages other than the base package are listed in
help("pkg-deprecated")
.
Sys.putenv
is a deprecated synonym for
Sys.setenv
.
Deprecated
, base-defunct