View source: R/load-extra-mcmc-repfiles.R
load_extra_mcmc_repfiles | R Documentation |
Load all SS3 report files from the directory provided and return them as a list of data frames
load_extra_mcmc_repfiles(
dr,
file_pat = "Report_mce_[0-9]+\\.sso$",
progress_n = 500,
verbose = TRUE,
first = 0
)
dr |
The directory to load from |
file_pat |
A regular expression used by |
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 |
A list of data frames, 1 for each report file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.