Infix functions in R are those that comes between its arguments such as %in%, +, and *. These are useful in R programming when manipulating data, performing logical operations, and making new functions. 'infixit' extends the infix functions found in R to simplify frequent tasks, such as finding elements that are NOT in a set, in-line text concatenation, augmented assignment operations, additional logical and control flow operators, and identifying if a number or date lies between two others.
Version: | 0.3.1 |
Suggests: | testthat (≥ 3.0.0) |
Published: | 2025-05-28 |
DOI: | 10.32614/CRAN.package.infixit |
Author: | Peter Licari |
Maintainer: | Peter Licari <prlicari13 at gmail.com> |
BugReports: | https://github.com/prlitics/infixit/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/prlitics/infixit |
NeedsCompilation: | no |
Materials: | README, NEWS |
CRAN checks: | infixit results |
Reference manual: | infixit.html , infixit.pdf |
Package source: | infixit_0.3.1.tar.gz |
Windows binaries: | r-devel: infixit_0.3.1.zip, r-release: infixit_0.3.1.zip, r-oldrel: infixit_0.3.1.zip |
macOS binaries: | r-release (arm64): infixit_0.3.1.tgz, r-oldrel (arm64): infixit_0.3.1.tgz, r-release (x86_64): infixit_0.3.1.tgz, r-oldrel (x86_64): infixit_0.3.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=infixit to link to this page.