
Last chance! 50% off unlimited learning
Sale ends in
user
returns the user id of the current user.
runningLinux
is shorthand for Sys.info()["sysname"] == "Linux"
.
runningWindows
is shorthand for .Platform$OS.type == "windows"
.
user()
runningLinux()
runningWindows()