R/systems.R
get_os.Rd
Detect the type of operating system
get_os()
The type of current operating system: 'windows', 'darwin', 'linux', 'solaris', 'emscripten', or otherwise 'unknown'.
'windows'
'darwin'
'linux'
'solaris'
'emscripten'
'unknown'
get_os() #> [1] "linux"