Package: infix 0.1.0
infix: Basic Infix Binary Operators
Contains a number of infix binary operators that may be useful in day to day practices.
Authors:
infix_0.1.0.tar.gz
infix_0.1.0.zip(r-4.7)infix_0.1.0.zip(r-4.6)infix_0.1.0.zip(r-4.5)
infix_0.1.0.tgz(r-4.6-any)infix_0.1.0.tgz(r-4.5-any)
infix_0.1.0.tar.gz(r-4.7-any)infix_0.1.0.tar.gz(r-4.6-any)
infix_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
infix/json (API)
NEWS
| # Install 'infix' in R: |
| install.packages('infix', repos = c('https://ebeneditos.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ebeneditos/infix/issues
Last updated from:d8b47d9cc9. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 106 | ||
| source / vignettes | OK | 166 | ||
| linux-release-x86_64 | OK | 103 | ||
| macos-release-arm64 | OK | 130 | ||
| macos-oldrel-arm64 | OK | 160 | ||
| windows-devel | OK | 112 | ||
| windows-release | OK | 72 | ||
| windows-oldrel | OK | 66 | ||
| wasm-release | OK | 97 |
Exports:%!in%%//%%&%%+%%<>%%>%%|%%||%%$%%except%%T>%%xor%tryExcept
Dependencies:magrittr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Simple Error Handling | %except% except tryExcept |
| Construct Path to File | %//% file.path |
| Function Logical Operators | %&% %xor% %|% funlogic |
| Basic Infix Binary Operators | infix-package infix |
| Default value for 'NULL' | %||% nil |
| Value (non) Matching | %!in% nomatch |
| Common Infix Operators | operators |
| Concatenate Strings | %+% paste paste0 |
