gonz.conf: get the input/output file list

View source: R/analysis_version.R

gonz.confR Documentation

get the input/output file list

Usage

gonz.conf()

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function () 
{
    if (file.exists("conf.yml")) {
        yaml.load_file("conf.yml")
    }
    else if (file.exists("io_files.yml")) {
        yaml.load_file("io_files.yml")
    }
    else {
        stop("could not find input/output file specs")
    }
  }

jwbargsten/biogonzales_r documentation built on Aug. 30, 2024, 1:17 p.m.