get_os {salesforcer} | R 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)
[Package salesforcer version 1.0.1 Index]