nullfile {R.utils} | R Documentation |
Gets the pathname of the NULL device on the current platform. On Windows, it returns "NIL"
. On all other
platforms include Unix and macOS it returns "/dev/null"
.
nullfile()
Returns a character
string.
Henrik Bengtsson