Skip to content

Instantly share code, notes, and snippets.

@JohnCoene
Created November 30, 2018 15:21
Show Gist options
  • Select an option

  • Save JohnCoene/b644a5e2657482c2a70437fb367e20c9 to your computer and use it in GitHub Desktop.

Select an option

Save JohnCoene/b644a5e2657482c2a70437fb367e20c9 to your computer and use it in GitHub Desktop.
Save echarts4r
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