# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "infixit" in publications use:' type: software license: MIT title: 'infixit: Helpful Additional Infix Functions' version: 0.3.1 doi: 10.32614/CRAN.package.infixit abstract: 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. authors: - family-names: Licari given-names: Peter email: prlicari13@gmail.com orcid: https://orcid.org/0000-0001-9701-6006 repository: https://prlitics.r-universe.dev repository-code: https://github.com/prlitics/infixit commit: 7ce843da9f2e7ba78537175f98b1ce3d1569bc44 url: https://github.com/prlitics/infixit date-released: '2025-05-28' contact: - family-names: Licari given-names: Peter email: prlicari13@gmail.com orcid: https://orcid.org/0000-0001-9701-6006