Package: kit 0.0.21
kit: Data Manipulation Functions Implemented in C
Basic functions, implemented in C, for large data manipulation. Fast vectorised ifelse()/nested if()/switch() functions, psum()/pprod() functions equivalent to pmin()/pmax() plus others which are missing from base R. Most of these functions are callable at C level.
Authors:
kit_0.0.21.tar.gz
kit_0.0.21.tar.gz(r-4.7-arm64)kit_0.0.21.tar.gz(r-4.7-x86_64)kit_0.0.21.tar.gz(r-4.6-arm64)kit_0.0.21.tar.gz(r-4.6-x86_64)
kit_0.0.21.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
kit/json (API)
NEWS
| # Install 'kit' in R: |
| install.packages('kit', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/fastverse/kit/issues
Pkgdown/docs site:https://fastverse.org
Last updated from:736b90766c. Checks:4 NOTE, 2 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 117 | ||
| linux-devel-x86_64 | NOTE | 116 | ||
| source / vignettes | OK | 166 | ||
| linux-release-arm64 | NOTE | 118 | ||
| linux-release-x86_64 | NOTE | 120 | ||
| wasm-release | OK | 97 |
Exports:charToFactclearDatacountcountNAcountOccurfduplicatedfpmaxfpminfposfuniquegetDataiifnifnswitchpallpallNApallvpanypanyNApanyvpcountpcountNApfirstplastpmeanpprodprangepsortpsumsetlevelsshareDatatopnuniqLenvswitch
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert Character Vector to Factor | charToFact |
| count, countNA and countOccur | count countNA countOccur |
| Fast duplicated and unique | fduplicated funique uniqLen |
| Find a matrix position inside a larger matrix | fpos |
| Fast if else | iif |
| Nested if else | nif |
| Parallel (Statistical) Functions | fpmax fpmin pall pallNA pallv pany panyNA panyv pcount pcountNA pfirst plast pmean pprod prange psum |
| Parallel Sort | psort |
| Set levels of a factor object | setlevels |
| Share Data between R Sessions | clearData getData shareData |
| Top N values index | topn |
| Vectorised switch | nswitch vswitch |
