Skip to contents

This function returns the name of the current operating system the R session is running on.

Usage

os()

Value

A character string representing the name of the operating system.

Examples

os()
#> [1] "Linux"