Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

leverage listviewer for visualization #47

Open
timelyportfolio opened this issue Aug 6, 2015 · 1 comment
Open

leverage listviewer for visualization #47

timelyportfolio opened this issue Aug 6, 2015 · 1 comment

Comments

@timelyportfolio
Copy link

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 ) )

image

I would enjoy helping in any way possible.

@abresler
Copy link
Contributor

abresler commented Aug 6, 2015

This is genius

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants