sys_os
R/utils_system.R
sys_os.Rd
Get the current machine's operating system name.
sys_os()
Character string resulting from Sys.info()[["sysname"]], which will be one of c("windows", "linux", "darwin", etc.) depending on the system.
Sys.info()[["sysname"]]
if (FALSE) { # \dontrun{ sys_os() } # }