Package: invctr 0.2.0
Fred Hasselman
invctr: Infix Functions For Vector Operations
Vector operations between grapes: An infix-only package! The 'invctr' functions perform common and less common operations on vectors, data frames matrices and list objects: - Extracting a value (range), or, finding the indices of a value (range). - Trimming, or padding a vector with a value of your choice. - Simple polynomial regression. - Set and membership operations. - General check & replace function for NAs, Inf and other values.
Authors:
invctr_0.2.0.tar.gz
invctr_0.2.0.zip(r-4.5)invctr_0.2.0.zip(r-4.4)invctr_0.2.0.zip(r-4.3)
invctr_0.2.0.tgz(r-4.4-any)invctr_0.2.0.tgz(r-4.3-any)
invctr_0.2.0.tar.gz(r-4.5-noble)invctr_0.2.0.tar.gz(r-4.4-noble)
invctr_0.2.0.tgz(r-4.4-emscripten)invctr_0.2.0.tgz(r-4.3-emscripten)
invctr.pdf |invctr.html✨
invctr/json (API)
# Install 'invctr' in R: |
install.packages('invctr', repos = c('https://fredhasselman.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/fredhasselman/invctr/issues
Last updated 9 months agofrom:5f9c962dce. Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 22 2024 |
R-4.5-win | WARNING | Oct 22 2024 |
R-4.5-linux | WARNING | Oct 22 2024 |
R-4.4-win | WARNING | Oct 22 2024 |
R-4.4-mac | WARNING | Oct 22 2024 |
R-4.3-win | WARNING | Oct 22 2024 |
R-4.3-mac | WARNING | Oct 22 2024 |
Exports:%-]%%:%%(.)%%(.]%%()%%(]%%(q%%).(%%).[%%)(%%)[%%[-]%%[-%%[.)%%[.]%%[)%%[]%%[%%[+]%%[+%%[f%%[l%%[q%%].(%%].[%%](%%][%%]%%/1%%/2%%/3%%/4%%/n%%/r%%+-%%+]%%++%%00%%ai%%ci%%e%%f]%%l]%%mi%%q)%%q]%%ri%enexprenquoensymexprexprsis.wholenumberquoquo_namequossymsyms
Changing vectors and values: Replace, Add/Subtract, Trim, Pad
Rendered frompadders.Rmd
usingknitr::rmarkdown
on Oct 22 2024.Last update: 2019-02-22
Started: 2019-02-13
Finding and extracting values and indices
Rendered frominsiders.Rmd
usingknitr::rmarkdown
on Oct 22 2024.Last update: 2019-02-22
Started: 2018-09-07
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Rose tinted infix | %00% |
Counters | %++% %+-% Counters |
Extract vectors by index or value occurrence | %(q% %:% %f]% %l]% %q)% %q]% %[% %[f% %[l% %[q% %]% extractors |
Find row or column by name or index | %ai% %ci% %e% %mi% %ri% fINDexers |
Values inside interval | %()% %(.)% %(.]% %(]% %[)% %[.)% %[.]% %[]% insiders |
Values outside interval | %)(% %).(% %).[% %)[% %](% %].(% %].[% %][% outsiders |
Padd vector by index | %+]% %[+% %[+]% padders |
Regress vectors | %/1% %/2% %/3% %/4% %/n% %/r% regressors |
Trim vector by index | %-]% %[-% %[-]% trimmers |