canonical: Canonicalize an R call: Reorder the function arguments

View source: R/mathml.R

canonicalR 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)))


mathml documentation built on June 8, 2025, 11:12 a.m.