You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happy to get a chance to thank you for this fantastic package. I have been working on a number of htmlwidgets over the past year at BuildingWidgets. After reading through your vignette, it seems a visualization method might be helpful. I thought listviewer might at least offer a starting point for summary view and understanding of JSON. This post offers a couple more examples. It incorporates only jsoneditor, but I hope to add others.
#devtools::install_github("timelyportfolio/listviewer")
library(tidyjson)
library(listviewer)
data(worldbank)
# will add option to supply JSON string
jsonedit( lapply( worldbank, rjson::fromJSON ) )
I would enjoy helping in any way possible.
The text was updated successfully, but these errors were encountered:
Happy to get a chance to thank you for this fantastic package. I have been working on a number of
htmlwidgets
over the past year at BuildingWidgets. After reading through your vignette, it seems a visualization method might be helpful. I thoughtlistviewer
might at least offer a starting point for summary view and understanding ofJSON
. This post offers a couple more examples. It incorporates onlyjsoneditor
, but I hope to add others.I would enjoy helping in any way possible.
The text was updated successfully, but these errors were encountered: