Nothing
.store <- new.env(parent = emptyenv())
#' Retrieve the last rendered animation
#'
#' @export
#' @keywords internal
last_animation <- function() .store$animation
#' @rdname last_animation
#' @export
set_last_animation <- function(value) .store$animation <- value
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.