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.
OS management function
.Platform is a list with some details of the platform under which R was built.
if (.Platform$OS.type == "windows"){
print("Windows !")
}
See Sys functions.