salesforcer (version 1.0.1)

get_os: Determine the host operating system

Description

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

Usage

get_os()

Arguments

Value

character; a string indicating the current operating system.

See Also

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

Examples

Run this code
# NOT RUN {
get_os()
# }

Run the code above in your browser using DataLab