Nothing
has_rlang = FALSE
.onLoad = function(lib, pkg) {
register_vignette_engines(pkg)
default_handlers <<- evaluate::new_output_handler()
otel_cache_tracer()
has_rlang <<- requireNamespace("rlang", quietly = TRUE)
if (has_rlang)
rlang_entrace_handler <<- list(error = function(e) rlang::entrace(e))
}
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.