Package: infixit 0.3.1

infixit: Helpful Additional Infix Functions
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:
infixit_0.3.1.tar.gz
infixit_0.3.1.zip(r-4.7)infixit_0.3.1.zip(r-4.6)infixit_0.3.1.zip(r-4.5)
infixit_0.3.1.tgz(r-4.6-any)infixit_0.3.1.tgz(r-4.5-any)
infixit_0.3.1.tar.gz(r-4.7-any)infixit_0.3.1.tar.gz(r-4.6-any)
infixit_0.3.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
infixit/json (API)
NEWS
| # Install 'infixit' in R: |
| install.packages('infixit', repos = c('https://prlitics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/prlitics/infixit/issues
Last updated from:7ce843da9f. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 104 | ||
| source / vignettes | OK | 184 | ||
| linux-release-x86_64 | OK | 102 | ||
| macos-release-arm64 | OK | 155 | ||
| macos-oldrel-arm64 | OK | 199 | ||
| windows-devel | OK | 74 | ||
| windows-release | OK | 71 | ||
| windows-oldrel | OK | 53 | ||
| wasm-release | OK | 86 |
Exports:.is_allFalse.is_allNA.is_length_zero%-=%%*=%%/=%%^=%%+%%+=%%||%%|||%%btwn%%nand%%nin%%xor%
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Tests if an object is entirely comprised of 'FALSE's | .is_allFalse |
| Tests if a vector is entirely comprised of NAs | .is_allNA |
| Tests if an object is of length 0 | .is_length_zero |
| Subtraction variable reassignment | %-=% |
| Multiplication variable reassignment | %*=% |
| Division variable reassignment | %/=% |
| Exponentiation variable reassignment | %^=% |
| Paste Infix Operator | %+% |
| Addition variable reassignment | %+=% |
| Between Infix Operator | %btwn% |
| NAND infix operator | %nand% |
| Not-In Infix Operator | %nin% |
| XOR infix operator | %xor% |
| Expanded default operator | %|||% extended-null-default |
| Default NULL operator | %||% null-default |
