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.5)infix_0.1.0.zip(r-4.4)infix_0.1.0.zip(r-4.3)
infix_0.1.0.tgz(r-4.4-any)infix_0.1.0.tgz(r-4.3-any)
infix_0.1.0.tar.gz(r-4.5-noble)infix_0.1.0.tar.gz(r-4.4-noble)
infix_0.1.0.tgz(r-4.4-emscripten)infix_0.1.0.tgz(r-4.3-emscripten)
infix.pdf |infix.html✨
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 5 years agofrom:d8b47d9cc9. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 20 2024 |
R-4.5-win | OK | Nov 20 2024 |
R-4.5-linux | OK | Nov 20 2024 |
R-4.4-win | OK | Nov 20 2024 |
R-4.4-mac | OK | Nov 20 2024 |
R-4.3-win | OK | Nov 20 2024 |
R-4.3-mac | OK | Nov 20 2024 |
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 |