R Admin - OS (Platform, Sys, …)
About
OS management function
Articles Related
Management
Info
.Platform is a list with some details of the platform under which R was built.
if (.Platform$OS.type == "windows"){
print("Windows !")
}
Set and others
See Sys functions.