Nothing
.onLoad <- function(...) {
if (isNamespaceLoaded("knitr") && "knit_engines" %in% getNamespaceExports("knitr")) {
knitr::knit_engines$set(prql = eng_prql)
} else {
setHook(
packageEvent("knitr", "onLoad"), function(...) {
knitr::knit_engines$set(prql = eng_prql)
}
)
}
invisible()
}
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.