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