Package: shinyTree 0.3.1

Michael Bell
shinyTree: jsTree Bindings for Shiny
Exposes bindings to jsTree -- a JavaScript library that supports interactive trees -- to enable a rich, editable trees in Shiny.
Authors:
shinyTree_0.3.1.tar.gz
shinyTree_0.3.1.zip(r-4.7)shinyTree_0.3.1.zip(r-4.6)shinyTree_0.3.1.zip(r-4.5)
shinyTree_0.3.1.tgz(r-4.6-any)shinyTree_0.3.1.tgz(r-4.5-any)
shinyTree_0.3.1.tar.gz(r-4.7-any)shinyTree_0.3.1.tar.gz(r-4.6-any)
shinyTree_0.3.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
shinyTree/json (API)
NEWS
| # Install 'shinyTree' in R: |
| install.packages('shinyTree', repos = c('https://shinytree.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/shinytree/shinytree/issues
Last updated from:947b589645. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 141 | ||
| source / vignettes | OK | 216 | ||
| linux-release-x86_64 | OK | 121 | ||
| macos-release-arm64 | OK | 136 | ||
| macos-oldrel-arm64 | OK | 164 | ||
| windows-devel | OK | 81 | ||
| windows-release | OK | 80 | ||
| windows-oldrel | OK | 85 | ||
| wasm-release | OK | 121 |
Exports:dfToTreeget_checkedget_selectedrenderEmptyTreerenderTreerenderTreeAsyncset_node_attrsshinyTreetreeToDftreeToJSONupdateTree
Dependencies:base64encbslibcachemclicommonmarkdigestevaluatefastmapfontawesomefsgluehighrhtmltoolshtmlwidgetshttpuvjquerylibjsonliteknitrlaterlifecyclemagrittrmemoisemimeotelpromisesR6rappdirsRcpprlangrmarkdownsassshinysourcetoolsstringistringrtinytexvctrswithrxfunxtableyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Check depth of a list | depth |
| Recursively apply function to all data.frames in a nested list | dfrapply |
| Converts a data.frame to a data.tree format | dfToTree |
| Get the checked nodes from a tree | get_checked |
| Get the selected nodes from a tree | get_selected |
| Render an empty ShinyTree | renderEmptyTree |
| Render a ShinyTree | renderTree |
| Render an asynchronous ShinyTree | renderTreeAsync |
| Tree traversal | set_node_attrs |
| Create a Shiny Tree | shinyTree |
| Convert tree into data.frame | treeToDf |
| Converts a data.tree to a JSON format | treeToJSON |
| Update the tree with new data | updateTree |