Nothing
library(crosstalk)
library(ggplot2)
library(gapminder)
library(plotly)
sd <- highlight_key(gapminder)
g <- ggplot(sd, aes(year, lifeExp, color = country, group = country)) +
geom_line()
bscols(widths = c(12, 12),
filter_select("country", "Country:", sd, ~ country),
ggplotly(g)
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.