R/config_hello.R

Defines functions config_hello hello

library(config)
config_hello <- function() {
  msg <- config::get("some_config", file = system.file("config.yml", package = "covrconfig"))
  return(msg)
}

hello <- function() {
  msg <- "hi"
  return(msg)
}
gcinar/covr-config-issue documentation built on Nov. 10, 2019, 9:27 p.m.