The R Project SVN R

Rev

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

Rev 26314 Rev 27447
Line 61... Line 61...
61
  with a warning.
61
  with a warning.
62
}
62
}
63
 
63
 
64
\seealso{
64
\seealso{
65
  \code{\link{connections}}, \code{\link{showConnections}},
65
  \code{\link{connections}}, \code{\link{showConnections}},
66
  \code{\link{pushBack}}, \code{\link{capture.output}}.
66
  \code{\link{pushBack}}, \code{\link[utils]{capture.output}}.
67
}
67
}
68
 
68
 
69
\examples{
69
\examples{
70
zz <- textConnection(LETTERS)
70
zz <- textConnection(LETTERS)
71
readLines(zz, 2)
71
readLines(zz, 2)