R Admin - OS (Platform, Sys, )

Card Puncher Data Processing

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.





Discover More
Card Puncher Data Processing
R - File System (File, Directory)

in R See also: system.file {base} to finds the full file names of files in packages etc. To get the working directory, use the function getwd To set the working directory, use the function...
Card Puncher Data Processing
R - Version

How to the the R version see also : one info:
Card Puncher Data Processing
R Admin - Environment variable

Environment variable for the R Application R_HOME. See R_SHARE_DIR, R_DOC_DIR R_INCLUDE_DIR R_LIBS_SITE see sys Sys.getenv Sys.setenv



Share this page:
Follow us:
Task Runner