Sys.tempdir {svMisc} | R Documentation |
Sys.tempdir()
retrieves the system temporary directory, which is
usually /tmp under Unix, but could be located elsewhere, especially under
Windows. It is simply the root directory of tempdir()
.
Sys.tempdir()
A string with the path to the system temporary directory.
Philippe Grosjean <phgrosjean@sciviews.org>
Sys.tempdir()