[Rd] ?bquote

Gabor Grothendieck ggrothendieck at gmail.com
Fri Feb 10 02:57:51 CET 2006


?bquote says it returns an expression but, in fact, it typically
(though not always) returns a call object:

> class(bquote(a+b))
[1] "call"

> class(bquote(1))
[1] "numeric"



More information about the R-devel mailing list