load_extra_mcmc_repfiles: Load all SS3 report files from the directory provided and...

View source: R/load-extra-mcmc-repfiles.R

load_extra_mcmc_repfilesR Documentation

Load all SS3 report files from the directory provided and return them as a list of data frames

Description

Load all SS3 report files from the directory provided and return them as a list of data frames

Usage

load_extra_mcmc_repfiles(
  dr,
  file_pat = "Report_mce_[0-9]+\\.sso$",
  progress_n = 500,
  verbose = TRUE,
  first = 0
)

Arguments

dr

The directory to load from

file_pat

A regular expression used by grrep() to find the files in the directory

progress_n

Report every time this many files are read in

verbose

Show all progress messages

first

Load this many of the files. If a non-positive number, load them all. Used for debugging purposes to cut down the size of the lists used

Value

A list of data frames, 1 for each report file


pacific-hake/hake-assessment documentation built on Jan. 14, 2025, 9:12 p.m.