get_os {dipsaus} | R Documentation |
Detect the type of operating system
Description
Detect the type of operating system
Usage
get_os()
Value
The type of current operating system: 'windows'
,
'darwin'
, 'linux'
, 'solaris'
, or otherwise
'unknown'
.
Examples
get_os()
[Package dipsaus version 0.2.9 Index]