Package: indexthis 2.0.0
indexthis: Quick Indexation
Quick indexation of any type of vector or of any combination of those. Indexation turns a vector into an integer vector going from 1 to the number of unique elements. Indexes are important building blocks for many algorithms. The method is described at <https://github.com/lrberge/indexthis/>.
Authors:
indexthis_2.0.0.tar.gz
indexthis_2.0.0.zip(r-4.5)indexthis_2.0.0.zip(r-4.4)indexthis_2.0.0.zip(r-4.3)
indexthis_2.0.0.tgz(r-4.4-x86_64)indexthis_2.0.0.tgz(r-4.4-arm64)indexthis_2.0.0.tgz(r-4.3-x86_64)indexthis_2.0.0.tgz(r-4.3-arm64)
indexthis_2.0.0.tar.gz(r-4.5-noble)indexthis_2.0.0.tar.gz(r-4.4-noble)
indexthis_2.0.0.tgz(r-4.4-emscripten)indexthis_2.0.0.tgz(r-4.3-emscripten)
indexthis.pdf |indexthis.html✨
indexthis/json (API)
NEWS
# Install 'indexthis' in R: |
install.packages('indexthis', repos = c('https://lrberge.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lrberge/indexthis/issues
Last updated 3 months agofrom:8dcd6d3051. Checks:OK: 8 NOTE: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win-x86_64 | NOTE | Nov 05 2024 |
R-4.5-linux-x86_64 | OK | Nov 05 2024 |
R-4.4-win-x86_64 | OK | Nov 05 2024 |
R-4.4-mac-x86_64 | OK | Nov 05 2024 |
R-4.4-mac-aarch64 | OK | Nov 05 2024 |
R-4.3-win-x86_64 | OK | Nov 05 2024 |
R-4.3-mac-x86_64 | OK | Nov 05 2024 |
R-4.3-mac-aarch64 | OK | Nov 05 2024 |
Exports:indexthis_vendorto_index
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Vendor the 'to_index' function | indexthis_vendor |
Turns one or multiple vectors into an index (aka group id, aka key) | to_index |