Created
November 30, 2018 15:21
-
-
Save JohnCoene/b644a5e2657482c2a70437fb367e20c9 to your computer and use it in GitHub Desktop.
Save echarts4r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(echarts4r) | |
| # create viz | |
| e <- mtcars %>% | |
| e_charts(mpg) %>% | |
| e_scatter(qsec, wt) | |
| # save as html | |
| htmlwidgets::saveWidget(e, file = "echarts4r.html") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment