R/00-config.R

Defines functions config

Documented in config

#' Config
#' 
#' @return (list) configuration parameters for import of data and models
config <- function() {
  config_path <- system.file("config.yaml", package = "ReSources")
  read_yaml(config_path)
}
Pandora-IsoMemo/resources documentation built on Nov. 21, 2024, 3:56 a.m.