Nothing
get_guide_angle <- function(plot, guide = "x") {
if (inherits(plot$guides, "Guides")) {
plot$guides$guides[[guide]]$params$angle
} else {
plot$guides$x$angle
}
}
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.