The R Project SVN R

Rev

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

Rev 61150 Rev 61433
Line 15... Line 15...
15
               encoding = c("", "bytes", "UTF-8"))
15
               encoding = c("", "bytes", "UTF-8"))
16
 
16
 
17
textConnectionValue(con)
17
textConnectionValue(con)
18
}
18
}
19
\arguments{
19
\arguments{
20
  \item{object}{character.  A description of the \link{connection}. 
20
  \item{object}{character.  A description of the \link{connection}.
21
    For an input this is an \R character vector object, and for an output
21
    For an input this is an \R character vector object, and for an output
22
    connection the name for the \R character vector to receive the
22
    connection the name for the \R character vector to receive the
23
    output, or \code{NULL} (for none).
23
    output, or \code{NULL} (for none).
24
  }
24
  }
25
  \item{open}{character.  Either \code{"r"} (or equivalently \code{""})
25
  \item{open}{character.  Either \code{"r"} (or equivalently \code{""})
Line 85... Line 85...
85
  On (rare) platforms where \code{vsnprintf} does not return the needed
85
  On (rare) platforms where \code{vsnprintf} does not return the needed
86
  length of output there is a 100,000 character limit on the length of
86
  length of output there is a 100,000 character limit on the length of
87
  line for output connections: longer lines will be truncated with a
87
  line for output connections: longer lines will be truncated with a
88
  warning.
88
  warning.
89
}
89
}
90
 
90
 
91
\references{
91
\references{
92
  Chambers, J. M. (1998)
92
  Chambers, J. M. (1998)
93
  \emph{Programming with Data.  A Guide to the S Language.} Springer.\cr
93
  \emph{Programming with Data.  A Guide to the S Language.} Springer.\cr
94
[S has input text connections only.]
94
[S has input text connections only.]
95
}
95
}