R/general_os.R
OS.Rd
This function returns the name of the current operating system the R session is running on.
os()
A character string representing the name of the operating system.
os() #> [1] "Linux"