Determine operating system name.
os()os.linux()
os.macos()
os.windows()
os.unix()
os
returns the name of the operating system, typically "Linux"
,
"Darwin"
, or "Windows"
.
os.linux
, os.macos
, os.unix
, and os.windows
return TRUE
or FALSE
.
Sys.info
is the underlying function used to extract the
operating system name.
icesTAF-package
gives an overview of the package.
# NOT RUN {
os()
os.linux()
os.macos()
os.unix()
os.windows()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab