yonicd / jsTree

R htmlwidget for inspecting heirachal structures with the ‘jQuery’ ‘jsTree’ Plugin.

Home Page:https://yonicd.github.io/jsTree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how does this differ from shinyTree?

dockstreet opened this issue · comments

Hi,

Just curious is this jsTree more geared for Github repositories or is that a bonus feature? Also how does it contrast with
https://github.com/trestletech/shinyTree?

Does it use the latest version of jsTree?

shinyTree has old jsTree.js hardcoded in a shinyapp. jsTree is a standalone htmlwidget that can be used in any interactive R environments.

here is a post that describes jsTree core functionality: https://yonicd.netlify.com/post/jstree/

It can work on local data heirarchies like folder structures, or along with metrumresearchgroup/vcs can be used to navigate vcs repos like git/github/svn/bitbucket

It has jsTree.js v3.3.4

closing for now