Determine the operating system (OS) of your machine.

get_os()

is_32bit_os()

is_64bit_os()

Value

OS name in lower case: windows, mac, linux, etc.

See also

https://www.r-bloggers.com/identifying-the-os-from-r/

Examples

get_os()
#> [1] "linux"