The R Project SVN R

Rev

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

Rev 12680 Rev 14028
Line 23... Line 23...
23
  are pushed back are read prior to the normal input from the
23
  are pushed back are read prior to the normal input from the
24
  connection, by the normal text-reading functions such as
24
  connection, by the normal text-reading functions such as
25
  \code{\link{readLines}} and \code{\link{scan}}.
25
  \code{\link{readLines}} and \code{\link{scan}}.
26
 
26
 
27
  Pushback is only allowed for readable connections.
27
  Pushback is only allowed for readable connections.
-
 
28
 
-
 
29
  Not all uses of connections respect pushbacks, in particular the input
-
 
30
  connection is still wired directly, so for example parsing
-
 
31
  commands from the console and \code{\link{scan}("")} ignore pushbacks on
-
 
32
  \code{\link{stdin}}.
28
}
33
}
29
\value{
34
\value{
30
  \code{pushBack} returns nothing.
35
  \code{pushBack} returns nothing.
31
 
36
 
32
  \code{pushBackLength} returns number of lines currently pushed back.
37
  \code{pushBackLength} returns number of lines currently pushed back.