infixit: Expanded infix operators in R

R Package
Author

Peter Licari

Published

January 15, 2024

{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).