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