retrieve_enr_mods: retrieve_enr_mods function

View source: R/enr functions.R

retrieve_enr_modsR Documentation

retrieve_enr_mods function

Description

retrieves ENR models from a directiory using the output from run_all_enr_fit_mets function (DOCUMENTATION COMING- CURRENT DOCUMENTATION INCORRECT)

Usage

retrieve_enr_mods(
  directory,
  list_of_files = NULL,
  all_files = FALSE,
  patterns = ""
)

Arguments

directory

directory to look for the models

list_of_files

output from 'run_all_enr_models' containing the file names

all_files

boolean indicating if all fiels should be read into memory

patterns

a regex style pattern to identify which files to load into memory, all files should be false if supplying an argument here

Examples

retrieve_enr_mods()

clmacleod/highlandr documentation built on April 17, 2025, 3:30 a.m.