Nothing
.onLoad <- function(libname, pkgname) {
op <- options()
op.hstats <- list(
hstats.fill = "#fca50a",
hstats.color = "#420a68",
hstats.viridis_args = list(begin = 0.2, end = 0.8, option = "B")
)
toset <- !(names(op.hstats) %in% names(op))
if (any(toset)) {
options(op.hstats[toset])
}
invisible()
}
# Fix undefined global variable note
utils::globalVariables(c("varying_", "value_", "id_", "variable_", "obs_", "error_"))
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.