Package: timbr 0.2.2.9000
timbr: Forest/Tree Data Frames
Provides data frames for forest or tree data structures. You can create forest data structures from data frames and process them based on their hierarchies.
Authors:
timbr_0.2.2.9000.tar.gz
timbr_0.2.2.9000.zip(r-4.5)timbr_0.2.2.9000.zip(r-4.4)timbr_0.2.2.9000.zip(r-4.3)
timbr_0.2.2.9000.tgz(r-4.4-any)timbr_0.2.2.9000.tgz(r-4.3-any)
timbr_0.2.2.9000.tar.gz(r-4.5-noble)timbr_0.2.2.9000.tar.gz(r-4.4-noble)
timbr_0.2.2.9000.tgz(r-4.4-emscripten)timbr_0.2.2.9000.tgz(r-4.3-emscripten)
timbr.pdf |timbr.html✨
timbr/json (API)
NEWS
# Install 'timbr' in R: |
install.packages('timbr', repos = c('https://uchidamizuki.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/uchidamizuki/timbr/issues
Last updated 21 days agofrom:b5fed25d51. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 19 2024 |
R-4.5-win | OK | Nov 19 2024 |
R-4.5-linux | OK | Nov 19 2024 |
R-4.4-win | OK | Nov 19 2024 |
R-4.4-mac | OK | Nov 19 2024 |
R-4.3-win | OK | Nov 19 2024 |
R-4.3-mac | OK | Nov 19 2024 |
Exports:as_forestchildrenclimbforest_byleavesmap_forestnode_namenode_valuetraverse
Dependencies:clicpp11dplyrfansigenericsglueigraphlatticelifecyclemagrittrMatrixpillarpkgconfigpurrrR6rlangstringistringrtibbletidygraphtidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Coerce to a forest | as_forest |
Children of the forest | children |
Climb a forest from parents to children | climb |
Constructs a forest by one or more variables | forest_by |
Leaf nodes of a forest | leaves |
Apply a function hierarchically to a forest | map_forest |
Get node names | node_name |
Get node values | node_value |
Apply a function hierarchically to a forest | traverse |