R/config.R

Defines functions config

#' @export
config <- function(key) {
    default_dsn <- "URELUAT"

    get(key, inherits = FALSE)
}
tarakc02/getcdw documentation built on April 2, 2022, 4:13 p.m.