R/system.R
get_os.Rd
Determine the operating system (OS) of your machine.
get_os() 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/
get_os() #> [1] "linux"