powered by
hasArg
hasArg2(name)
f <- function(...){ hasArg2('abc') } f(a=1) f(abc=1) f(b=1)
Run the code above in your browser using DataLab