get_os: Determine the host operating system

View source: R/utils.R

get_osR Documentation

Determine the host operating system

Description

This function determines whether the system running the R code is Windows, Mac, or Linux

Usage

get_os()

Value

character; a string indicating the current operating system.

Note

This function is meant to be used internally. Only use when debugging.

See Also

https://conjugateprior.org/2015/06/identifying-the-os-from-r/

Examples

## Not run: 
get_os()

## End(Not run)

salesforcer documentation built on March 18, 2022, 6:26 p.m.