Nothing
valid_scales <- function(rgs, dfs) {
if (!("scales" %in% names(rgs))) {
return()
}
scales <- rgs$scales
for (i in seq_along(scales)) {
aes <- names(scales)[i]
scale <- scales[[i]]
valid_scale(scale, aes, rgs$layers, dfs)
}
}
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.