R/package.R

#' 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
rstudio/config documentation built on April 4, 2024, 6:27 a.m.