?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" ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
