Infer the Operating System (OS) of the current machine being used.

get_os(lower = TRUE)

Arguments

lower

Make the OS string lowercase.

Value

OS type as a character string.

Examples

get_os() 
#> [1] "linux"