Skip to content
Prev 20480 / 63421 Next

expression objects

Try this:

   e <- as.expression("A")
   identical(parse(text = as.character(e)), e) # FALSE
On 5/2/06, Parlamis Franklin <fparlamis at mac.com> wrote: