Learn R Programming

mathml (version 1.2)

canonical: 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)

Value

The R function, with arguments rearranged

Arguments

term

an R call.

drop

whether to drop the argument names or not

Examples

Run this code
canonical(term=quote(`%in%`(table=Table, x=X)))

Run the code above in your browser using DataLab