Skip to content
Prev 58512 / 398502 Next

Conversion of strings to expressions

?get
[1] FALSE  TRUE FALSE  TRUE

Note that this is converting a string to an object, not to an expression:
the latter is done by
expression(vec)
On Thu, 4 Nov 2004, Alexander Sokol wrote: