Nothing
.onLoad <- function(libname, pkgname) {
if (is.null(getOption("transltr.path", NULL))) {
# Default path to the main Exported Translator file.
options(transltr.path = file.path("inst", "transltr", "_translator.yml"))
}
if (is.null(getOption("transltr.verbose", NULL))) {
# Should functions report basic information by default?
options(transltr.verbose = TRUE)
}
return(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.