Determine the operating system (OS) of your machine.

get_os_type()

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/

Author

The code is based on https://www.r-bloggers.com/identifying-the-os-from-r/

Examples

get_os_type()
#> [1] "linux"