powered by
This function is identical to hasArg, except that it accepts the argument name as a character string. This avoids to have a check NOTE about invisible binding variable.
hasArg
hasArg2(name)
A logical flag.
the name of an argument as a character string.
f <- function(...){ hasArg2('abc') } f(a=1) f(abc=1) f(b=1)
Run the code above in your browser using DataLab