Nothing
show_raw_html <- function(x) {
cat(format(x))
}
expect_snapshot_html <- function(x, .envir = parent.frame()) {
with_private_seed()
x_str <- deparse1(substitute(x))
code <- parse(text = sprintf("expect_snapshot(show_raw_html(%s))", x_str))
eval(code, envir = .envir)
}
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.