Nothing
.dq_lazy_state <- new.env(parent = emptyenv())
.dq_lazy_state$s7_ready <- FALSE
.dq_lazy_state$s7_class <- NULL
dq_lazy_unwrap <- function(x) {
if (!inherits(x, "S7_object")) return(x)
payload <- tryCatch(x@payload, error = function(e) NULL)
if (!is.null(payload) && inherits(payload, "dq_lazy_ggplot")) return(payload)
x
}
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.