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

plugins_api do not render tree anymore #12

Closed dylancis closed 5 years ago

dylancis commented 5 years ago

Hi @yonicd , sorry I could test the plugins_api banch earlier but I upgraded this morning and this is not working anymore:

data(states)
data(state_bird)
#collapse columns to text (with sep "/")
nested_string <- apply(states,1,paste,collapse='/')
jsTree(nested_string)

image

dylancis commented 5 years ago

my bad - this has something to do with my own environment. closing this one.

yonicd commented 5 years ago

don't use the plugins_api branch i created the R6_api branch instead. It is a better solution.

dylancis commented 5 years ago

thanks for this. much better :-)