This function identifies the operating system on which the R session is running and returns it in a standardized format.
get_os()A character string indicating the operating system. Possible values are "windows", "osx", "linux", or others based on the system.
get_os()
#>   sysname 
#> "windows"