r - How to download rCharts plots in shiny with downloadHandler -


in shiny apps ggplot2 graphs can downloaded based on downloadhandler function. possible download javascript visualisations produced means of rcharts in similar way? if yes, best approach?

if use highcharts capability of rcharts can use it's exporter feature has download capability demonstrated here (source).

if not, you're left dom introspection ended using here. has no r behind it, shows how find svg in dom , make graphic exportable in couple different ways.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -