Nothing
#' Manage Environment Specific Configuration Values.
#'
#' Manage configuration values across multiple environments (e.g. development,
#' test, production). Read values using a function that determines the current
#' environment and returns the appropriate value.
#'
#' The main function is [config::get()].
#'
#' @details For additional details see <https://rstudio.github.io/config/>.
#'
#' @import yaml
#'
#' @name config
#' @keywords internal
"_PACKAGE"
## usethis namespace: start
## usethis namespace: end
NULL
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.