R/get_os.R
get_os.Rd
Infer the Operating System (OS) of the current machine being used.
get_os(lower = TRUE)
Make the OS string lowercase.
OS type as a character string.
get_os() #> [1] "linux"