View source: R/enr functions.R
retrieve_enr_mods | R Documentation |
retrieves ENR models from a directiory using the output from run_all_enr_fit_mets function (DOCUMENTATION COMING- CURRENT DOCUMENTATION INCORRECT)
retrieve_enr_mods(
directory,
list_of_files = NULL,
all_files = FALSE,
patterns = ""
)
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 |
retrieve_enr_mods()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.