Nothing
## set up a cl.data for tests
rows <- 7:14
cl.data <- (ern::cl.data
|> dplyr::filter(pt == "on")
|> dplyr::slice(rows)
|> dplyr::mutate(t = seq(7, 7*length(rows), by = 7))
)
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.