block by timelyportfolio 037553fbfb7e963e9fc7

R listviewer htmlwidget view of data.tree converted to list

Full Screen

When I learned of the new data.tree -> list built-in conversion, I had just had to take a peek with the listviewer htmlwidget (see post). Thanks so much to @gluc for building something I have always wanted.

#devtools::install_github("gluc/data.tree")  ### list convert not yet on CRAN

data(acme)
l <- acme$ToList()

library(listviewer)
jsonedit(l)

Live example