Hi there,
Thanks, but I'm using R 2.12.2(2011-02-25) and ?textConnection says
everything you quoted except the last sentence ("'object' should be the name
of a character vector: however, short expressions will be accepted provided
they deparse to less than 60 bytes."). Can it be that the help
Kenn,
you might have had a point a while ago, but you may want to check most recent R
and re-evaluate:
?textConnection
[...]
object: character. A description of the connection. For an input
this is an R character vector object, and for an output
connection the name for th
Hello,
`textConnection` prepares arguments for an internal function, and one of
these arguments is "description" that must be a character vector of length 1
(or so it seems).
Now the one and only argument you usually give to `textConnection` is
called "object"; from the code you can see how this