jsTree htmlwidget
jsTree is a R package that is a standalone htmlwidget for the jsTree JavaScript library. It can be run from the R console directly into the Rstudio Viewer, be used in a Shiny application or be part of an Rmarkdown html output.
Installation
#CRAN install.packages('jsTree') #Github devtools::install_github('metrumresearchgroup/jsTree')The motivation for the package came ... [Read more...]