dapar_hc_ExportMenu {DAPAR} | R Documentation |
Customised contextual menu of highcharts plots
dapar_hc_ExportMenu(hc, filename)
hc |
A highcharter object |
filename |
The filename under which the plot has to be saved |
A contextual menu for highcharts plots
Samuel Wieczorek
library("highcharter") hc <- highchart() hc_chart(hc,type = "line") hc_add_series(hc,data = c(29, 71, 40)) dapar_hc_ExportMenu(hc,filename='foo')