The R Project SVN R

Rev

Rev 87653 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87653 Rev 88891
Line 87... Line 87...
87
  If you want access to the C-level file stream \file{stdin}, use
87
  If you want access to the C-level file stream \file{stdin}, use
88
  \code{\link{file}("stdin")}.
88
  \code{\link{file}("stdin")}.
89
 
89
 
90
  When \R is reading a script from a file, the \emph{file} is the
90
  When \R is reading a script from a file, the \emph{file} is the
91
  \sQuote{console}: this is traditional usage to allow in-line data (see
91
  \sQuote{console}: this is traditional usage to allow in-line data (see
92
  \sQuote{An Introduction to R} for an example).
92
  \manual{R-intro}{Scripting with R} for an example).
93
}
93
}
94
\value{
94
\value{
95
  \code{stdin()}, \code{stdout()} and \code{stderr()} return connection
95
  \code{stdin()}, \code{stdout()} and \code{stderr()} return connection
96
  objects.
96
  objects.
97
 
97