Nothing
bump_aes_labels <- function(labels, original_aes, new_aes) {
for (l in seq_along(labels)) {
if (is_protected(labels[[l]], original_aes)) {
next
}
if (names(labels)[[l]] == original_aes) {
names(labels)[[l]] <- new_aes
labels[[l]] <- protect(labels[[l]], original_aes)
}
}
labels
}
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.