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
Post a Comment