powered by
Canonicalize an R call: Reorder the function arguments
canonical(term = quote(`%in%`(table = Table, x = X)), drop = TRUE)
The R function, with arguments rearranged
an R call.
whether to drop the argument names or not
canonical(term=quote(`%in%`(table=Table, x=X)))
Run the code above in your browser using DataLab