R/read_config.R

Defines functions read_config

read_config <- function(path = "~/.envstat") {
  envstat <- yaml::read_yaml(path)
  envstat
}
sellorm/envstat documentation built on May 8, 2023, 3:27 p.m.