R/utils.R
get_os.Rd
Get the operating system that users machines.
get_os()
OS names. "windows" or "osx" or "linux"
get_os()#> [1] "osx"