Package: nestable 0.1.0
nestable: Collapsible 'HTML' Tables from Hierarchical Data
Creates collapsible, expandable 'HTML' tables from hierarchical data. Supports data frame input with multi-level grouping, custom column formatters, bottom-up rollup aggregation, and CSS-variable-based theming. Works in 'Shiny' applications, R Markdown, 'Quarto', and the 'RStudio' Viewer.
Authors:
nestable_0.1.0.tar.gz
nestable_0.1.0.zip(r-4.7)nestable_0.1.0.zip(r-4.6)nestable_0.1.0.zip(r-4.5)
nestable_0.1.0.tgz(r-4.6-any)nestable_0.1.0.tgz(r-4.5-any)
nestable_0.1.0.tar.gz(r-4.7-any)nestable_0.1.0.tar.gz(r-4.6-any)
nestable_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
nestable/json (API)
| # Install 'nestable' in R: |
| install.packages('nestable', repos = c('https://derekunderwood.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/derekunderwood/nestable/issues
Last updated from:7a0b237250. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 114 | ||
| source / vignettes | OK | 167 | ||
| linux-release-x86_64 | NOTE | 112 | ||
| macos-release-arm64 | NOTE | 205 | ||
| macos-oldrel-arm64 | NOTE | 127 | ||
| windows-devel | NOTE | 71 | ||
| windows-release | NOTE | 63 | ||
| windows-oldrel | NOTE | 68 | ||
| wasm-release | OK | 109 |
Exports:col_defdf_to_treefmt_currencyfmt_percentnestablenestable_themenestableOutputnoderenderNestablerows_to_nodesweighted_rollup
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Define a table column | col_def |
| Convert a flat data frame into a nested node tree | df_to_tree |
| Currency format function factory | fmt_currency |
| Percentage format function factory | fmt_percent |
| Create a nestable collapsible HTML table | nestable |
| Create a nestable theme | nestable_theme |
| Shiny UI output for a nestable table | nestableOutput renderNestable |
| Define a tree node | node |
| Convert data frame rows into leaf nodes | rows_to_nodes |
| Weighted-average rollup function factory | weighted_rollup |
