Learn R Programming

tryCatchLog (version 1.3.1)

is.windows: Determines if R is running on a Windows operating system

Description

Throws a warning if an indication for Windows OS were found but the Windows OS cannot be recognized for sure (via a second different check).

Usage

is.windows()

Arguments

Value

TRUE of running on a Windows OS else FALSE

Examples

Run this code
# NOT RUN {
is.windows()
# }

Run the code above in your browser using DataLab