The R Project SVN R

Rev

Blame | Last modification | View Log | Download | RSS feed

\name{machine}
\title{Determine the Machine R is Running On}
\usage{
machine()
}
\alias{machine}
\description{
  This function returns a string which specifies what kind of
  environment R is being run in.
}
\examples{
if (machine() == "Macintosh")
  cat("You are using a Macintosh computer\n")
}