R/source_models.R

#' source models from an overseer R script
#' @param .path path to R script containing overseer setup
#' @export
source_models <- function(.path) {
    # can eventually implement additional checks here if desired
    source(.path)$value
}
dpastoor/overseer documentation built on May 15, 2019, 1:22 p.m.