R/loaders.R

Defines functions yml

# Supported file loading functions
loaders <- list()
loaders$yml <- function(filename) {
  return(yaml::yaml.load_file(filename))
}
quommit/settle documentation built on May 26, 2019, 1:31 p.m.