is.windows | R Documentation |
Returns TRUE/FALSE if the R session is running on Windows or not.
is.windows(...)
... |
none are available. |
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.
Returns TRUE/FALSE if the R session is running on Windows or not.
## Not run: is.windows() # returns TRUE on my machine. ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.