canonical {mathml} | R Documentation |
Canonicalize an R call: Reorder the function arguments
Description
Canonicalize an R call: Reorder the function arguments
Usage
canonical(term = quote(`%in%`(table = Table, x = X)), drop = TRUE)
Arguments
term |
an R call. |
drop |
whether to drop the argument names or not |
Value
The R function, with arguments rearranged
Examples
canonical(term=quote(`%in%`(table=Table, x=X)))
[Package mathml version 1.2 Index]