Nothing
# dummy incidence df for testing
incidence = data.frame(
date = seq(lubridate::today(), lubridate::today() + 10, by = "days"),
t = 1:11,
I = seq(from=1, to=100, length.out = 11)
)
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.