R/read_config.R

Defines functions read_config

read_config <- function(path = "~/.envstat") {
  envstat <- yaml::read_yaml(path)
  envstat
}

Try the envstat package in your browser

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

envstat documentation built on June 14, 2022, 5:06 p.m.