Nothing
# vendored code with attribution from gt
# https://github.com/rstudio/gt/blob/7929072221b059901a1649fe7f83d725521fb02a/R/dt__.R
dt__get <- function(data, key) {
data[[key, exact = TRUE]]
}
dt__set <- function(data, key, value) {
data[[key]] <- value
data
}
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.