installr (version 0.22.0)

is.windows: Checks if the running OS is windows

Description

Returns TRUE/FALSE if the R session is running on Windows or not.

Usage

is.windows(...)

Arguments

...

none are available.

Value

Returns TRUE/FALSE if the R session is running on Windows or not.

Details

This function is run when the 'installr' package is first loaded in order to check if the current running OS is Windows. If you are running a different OS, then the installr package (at its current form) does not have much to offer you.

Examples

Run this code
# NOT RUN {
is.windows() # returns TRUE on my machine.
# }

Run the code above in your browser using DataCamp Workspace