R/get_os.R
get_os_type.Rd
Determine the operating system (OS) of your machine.
get_os_type() is_32bit_os() is_64bit_os()
OS name in lower case: windows, mac, linux, etc.
https://www.r-bloggers.com/identifying-the-os-from-r/
The code is based on https://www.r-bloggers.com/identifying-the-os-from-r/
get_os_type() #> [1] "linux"