Skip to content
Prev 58230 / 63424 Next

[External] Re: Expressions from boxplot() passed to bxp()

On Fri, 27 Mar 2020, peter dalgaard wrote:

            
do.call has a 'quote' argument that can be used to address this. The
default is quote = FALSE, which means all arguments will be evaluated
by the called function. Which is fine for arguments that evaluate to
themselves. For symbols and calls it isn't.

I did try to make the case some time ago that quote = TRUE should be
the default but I lost that argument.

It might be worth revisiting that, or at least reviewing the uses of
do.call in our code sometime (there are a couple of hundred).

Best,

luke