Nothing
.onLoad <- function(...) {
do.call(set, .__settings__)
if (is_rendering_context()) {
set(render = TRUE)
bib_init()
terminate()
}
}
terminate <- function() {
withr::defer(bib_write(), envir = parent.frame(5L))
}
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.