Sys.tempdir: Get the system temporary directory
Description
This function is deprecated in favor of systemDir("sysTemp")
!
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()
.Value
- A string with the path to the system temporary directory.