The R Project SVN R

Rev

Rev 28093 | Rev 29902 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28093 Rev 28248
Line 12... Line 12...
12
     blank.lines.skip = TRUE, multi.line = TRUE, comment.char = "")
12
     blank.lines.skip = TRUE, multi.line = TRUE, comment.char = "")
13
}
13
}
14
\arguments{
14
\arguments{
15
  \item{file}{the name of a file to read data values from.  If the
15
  \item{file}{the name of a file to read data values from.  If the
16
    specified file is \code{""}, then input is taken from the keyboard
16
    specified file is \code{""}, then input is taken from the keyboard
-
 
17
    (or \code{stdin} if input is redirected).
17
    (in this case input can be terminated by a blank line or an EOF
18
    (In this case input can be terminated by a blank line or an EOF
18
    signal, \code{Ctrl-D} on Unix and \code{Ctrl-Z} on Windows.).
19
    signal, \code{Ctrl-D} on Unix and \code{Ctrl-Z} on Windows.)
19
 
20
 
20
    Otherwise, the file name is interpreted \emph{relative} to the
21
    Otherwise, the file name is interpreted \emph{relative} to the
21
    current working directory (given by \code{\link{getwd}()}),
22
    current working directory (given by \code{\link{getwd}()}),
22
    unless it specifies an \emph{absolute} path.
23
    unless it specifies an \emph{absolute} path.
23
    Tilde-expansion is performed where supported.
24
    Tilde-expansion is performed where supported.