get_param_files: List the paths to the param files

View source: R/param.R

get_param_filesR Documentation

List the paths to the param files

Description

List the paths to the all the param files in a directory or directories.

Usage

get_param_files(param_files)

Arguments

param_files

Character vector of directories containing param files.

Value

Character vector of paths to param files.

Examples

# Can only run if system dependencies are configured:
if (file.exists(Sys.getenv("RFACTS_PATHS"))) {
facts_file <- get_facts_file_example("contin.facts")
dir <- run_flfll(facts_file, verbose = FALSE)
get_param_files(dir)
}

rfacts documentation built on Aug. 19, 2022, 5:18 p.m.