Package: operators 0.2.0
operators: Additional Binary Operators
A set of binary operators for common tasks such as regex manipulation.
Authors:
operators_0.2.0.tar.gz
operators_0.2.0.zip(r-4.7)operators_0.2.0.zip(r-4.6)operators_0.2.0.zip(r-4.5)
operators_0.2.0.tgz(r-4.6-any)operators_0.2.0.tgz(r-4.5-any)
operators_0.2.0.tar.gz(r-4.7-any)operators_0.2.0.tar.gz(r-4.6-any)
operators_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
operators/json (API)
NEWS
| # Install 'operators' in R: |
| install.packages('operators', repos = c('https://romainfrancois.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/romainfrancois/operators/issues
Last updated from:f5cac85f2d. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 105 | ||
| source / vignettes | OK | 121 | ||
| linux-release-x86_64 | OK | 102 | ||
| macos-release-arm64 | OK | 130 | ||
| macos-oldrel-arm64 | OK | 141 | ||
| windows-devel | OK | 78 | ||
| windows-release | OK | 68 | ||
| windows-oldrel | OK | 67 | ||
| wasm-release | OK | 86 |
Exports:%-~%%-~|%%!~*%%!~%%!~+%%!~|%%!in%%*>%%*>>%%/~%%+=%%<%%<<%%|%%~*%%~%%~+%%~|%%2>%%2>>%%but%%file>%%file>>%%o~%%o~|%%of%%s~%%without%%x=%%x=|%
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Remove a pattern from a character vector | %-~% %-~|% %o~|% %s~% patternSubstitution |
| Pattern matching operators | %!~% %!~*% %!~+% %~% %~*% %~+% |
| Modification of function arguments | %but% |
| Read or write an R object to/from a file | %*>% %*>>% %2>% %2>>% %<% %<<% %file>% %file>>% |
| Only keeps the macthing part of a regular expression | %o~% |
| Is an object of a given class | %of% |
| Remove certain elements from a vector | %without% |
| Creates string decorators by repeating a pattern | %x=% %x=|% |
| not in | %!in% notIn |
| Divide by a pattern | %/~% patternDivision |
| Regular expression filters | %!~|% %~|% patternFilter |
| Pipe an R object to a unix command | %|% pipe |
| Plus Equal Operator | %+=% plusEqual |
| Alternative option mechanism | with.options withOption |
