| hc_btn_options | R Documentation |
options to only include specific download buttons in the highcharter download button
hc_btn_options()
library(highcharter)
# must be opened in a browser to work
## Not run:
highcharter::hchart(rnorm(100)) %>%
highcharter::hc_exporting(
enabled = TRUE,
filename = "example-file",
formAttributes = list(target = "_blank"),
buttons = hc_btn_options()
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.