R/00-config.R

Defines functions config

config <- function() {
  config_path <- system.file("config.yaml", package = "Pandora")
  yaml.load_file(config_path)
}

Try the Pandora package in your browser

Any scripts or data that you put into this service are public.

Pandora documentation built on June 22, 2024, 6:48 p.m.