The R Project SVN R

Rev

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

Rev 88585 Rev 90116
Line 66... Line 66...
66
  You cannot \code{seek} on a text connection, and \code{seek} will
66
  You cannot \code{seek} on a text connection, and \code{seek} will
67
  always return zero as the position.
67
  always return zero as the position.
68
 
68
 
69
  Text connections have slightly unusual semantics: they are always
69
  Text connections have slightly unusual semantics: they are always
70
  open, and throwing away an input text connection without closing it
70
  open, and throwing away an input text connection without closing it
71
  (so it get garbage-collected) does not give a warning.
71
  (so it gets garbage-collected) does not give a warning.
72
}
72
}
73
 
73
 
74
\value{
74
\value{
75
  For \code{textConnection}, a connection object of class
75
  For \code{textConnection}, a connection object of class
76
  \code{"textConnection"} which inherits from class \code{"connection"}.
76
  \code{"textConnection"} which inherits from class \code{"connection"}.