infixit: Expanded infix operators in R
R Package
{Infixit}
is an R package that expands the standard R infix operators (things like, e.g., +
, **
, and, %in%
that go in-between two arguments). This is mostly useful for programming but can also be very useful for data analysis (especially the %btwn%
operator).