Determine the Machine \R is Running On

Usage

machine()

Description

This function returns a string which specifies what kind of environment R is being run in.

See Also

Machine for the computer's characteristics in arithmetics.

Examples

machine()# to see yours
if (machine() == "Macintosh")
  cat("You are using a Macintosh computer\n")


[Package Contents]