powered by
user returns the user id of the current user.
user
runningLinux is shorthand for Sys.info()["sysname"] == "Linux".
runningLinux
Sys.info()["sysname"] == "Linux"
runningWindows is shorthand for .Platform$OS.type == "windows".
runningWindows
.Platform$OS.type == "windows"
user() runningLinux() runningWindows()