os: Windows, Mac, or other Unix?

View source: R/os.R

osR Documentation

Windows, Mac, or other Unix?

Description

Answers query about whether operating system is a certain type, or just reports type of operating system.

Usage

os(x)

Arguments

x

Optional query, must be among these: 'mac', 'apple', 'osx', 'darwin', 'win', 'windows', 'pc', 'microsoft', 'unix'

Value

If queried, returns TRUE or FALSE (or NA if query not recognized). If no query, returns 'win', 'mac', or 'unix'

See Also

get.os() which is a bit more limited

Examples

 os()
 if (os('mac')) {cat("Hi, I'm a Mac\n")} else {cat('I am not a Mac\n')}

ejanalysis/analyze.stuff documentation built on April 2, 2024, 10:10 a.m.