The R Project SVN R

Rev

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

Rev 68948 Rev 85065
Line 19... Line 19...
19
  \item{object}{character or raw vector.  A description of the connection.
19
  \item{object}{character or raw vector.  A description of the connection.
20
    For an input this is an \R raw vector object, and for an output
20
    For an input this is an \R raw vector object, and for an output
21
    connection the name for the connection.
21
    connection the name for the connection.
22
  }
22
  }
23
  \item{open}{character.  Any of the standard connection open modes.}
23
  \item{open}{character.  Any of the standard connection open modes.}
24
  \item{con}{An output raw connection.}
24
  \item{con}{an output raw connection.}
25
}
25
}
26
\details{
26
\details{
27
  An input raw connection is opened and the raw vector is copied
27
  An input raw connection is opened and the raw vector is copied
28
  at the time the connection object is created, and \code{close}
28
  at the time the connection object is created, and \code{close}
29
  destroys the copy.
29
  destroys the copy.