Nothing
# nocov start
.onLoad <- function(libname, pkgname)
{
# Init text logger by default
lg = set_log_layout("text")
assign(pkgname, lg, envir = parent.env(environment()))
}
# nocov end
.this_package_name <- function()
{
methods::getPackageName()
}
.this_package_path <- function(...)
{
system.file(package = .this_package_name()) |>
file.path(...) |>
normalizePath(winslash = "/", mustWork = FALSE)
}
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.