Skip to content
Prev 48885 / 63421 Next

dubious behaviour of match.arg() with nested functions.

On 25 Aug 2014, at 16:27 , Joris Meys <jorismeys at gmail.com> wrote:

            
What you are experiencing would seem to amount to this:
[1] "a"
Error in match.arg(x) : 'arg' must be of length 1

Words to that effect appear in the Details section of ?match.arg

-Peter D