Table of Contents

R Admin - OS (Platform, Sys, …)

About

OS management function

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.