Helpful Additional Infix Functions
Tests if an object is entirely comprised of FALSEs
Tests if a vector is entirely comprised of NAs
Tests if an object is of length 0
Expanded default operator
Between Infix Operator
Subtraction variable reassignment
NAND infix operator
Not-In Infix Operator
Addition variable reassignment
Paste Infix Operator
Exponentiation variable reassignment
Division variable reassignment
Multiplication variable reassignment
XOR infix operator
Default NULL operator
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.