Nothing
#' Squash the global variable notes when building a package.
#'
if (getRversion() >= "2.15.1") {
# What variables are causing issues?
variables <- c(
"date_end", "date_start", "site", "site_name", "variable", "value",
"validity", "year"
)
# Squash the notes
utils::globalVariables(variables)
}
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.