hc_btn_options: hc_btn_options

View source: R/hc_options.R

hc_btn_optionsR Documentation

hc_btn_options

Description

options to only include specific download buttons in the highcharter download button

Usage

hc_btn_options()

Examples

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)



Tychobra/tychobratools documentation built on April 12, 2022, 12:29 a.m.