res_file_paths: Paths to each results file

View source: R/file_paths.R

create_res_dirR Documentation

Paths to each results file

Description

Get paths for the Rdata and index CSV files resulting from a model fit. For all_res_file_paths, paths will be returned sorted by replicate number then operating model, then estimation model.

Usage

create_res_dir(study, repl = NULL, root_dir = ".")

res_file_names(study, opmod, estmod)

res_file_paths(study, repl, opmod, estmod, root_dir = ".")

Arguments

study

Study name

repl

Replicate number(s)

root_dir

Root directory

opmod

Operating model

estmod

Estimation model

Value

A list with elements rdata and indexcsv with relative paths starting from root_dir

Functions

  • create_res_dir: Create a results directory if necessary

  • res_file_names: File names for each study, operating, and estimation model combination

Author(s)

John K Best


jkbest2/spatq documentation built on Sept. 22, 2022, 3:22 a.m.