yonicd / jsTree

R htmlwidget for inspecting heirachal structures with the ‘jQuery’ ‘jsTree’ Plugin.
https://yonicd.github.io/jsTree/
Other
30 stars 7 forks source link

how does this differ from shinyTree? #2

Closed dockstreet closed 6 years ago

dockstreet commented 6 years ago

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?

yonicd commented 6 years ago

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

yonicd commented 6 years ago

closing for now