| e_button | R Documentation | 
Add a button to your visualisation.
e_button(e, id, ..., position = "top", tag = htmltools::tags$button)
| e | An  | 
| id | A valid CSS id. | 
| ... | Content of the button, complient with  | 
| position | Position of button,  | 
| tag | A Valid  | 
iris |>
  group_by(Species) |>
  e_charts(Sepal.Length) |>
  e_line(Sepal.Width) |>
  e_line(Petal.Length) |>
  e_highlight(series_name = "setosa", btn = "myBtn") |>
  e_button("myBtn", "highlight stuff")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.