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 18... Line 18...
18
pushBackLength(connection)
18
pushBackLength(connection)
19
clearPushBack(connection)
19
clearPushBack(connection)
20
}
20
}
21
\arguments{
21
\arguments{
22
  \item{data}{a character vector.}
22
  \item{data}{a character vector.}
23
  \item{connection}{A \link{connection}.}
23
  \item{connection}{a \link{connection}.}
24
  \item{newLine}{logical.  If true, a newline is appended to each string
24
  \item{newLine}{logical.  If true, a newline is appended to each string
25
    pushed back.}
25
    pushed back.}
26
  \item{encoding}{character string, partially matched.  See details.}
26
  \item{encoding}{character string, partially matched.  See details.}
27
}
27
}
28
\details{
28
\details{