get_param_files {rfacts} | R 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)
}
[Package rfacts version 0.2.1 Index]