View source: R/SS_readdat.list.R
SS_readdat.list | R Documentation |
Read in however many SS dat files you want into a list based on using a vector of patterns to search for various directories. First the relevant directories are found, then the ss_new data files are found, then each one is read into a list.
SS_readdat.list(dir, pattern)
dir |
Path to upper directory that stores all your model directories.
Inside |
pattern |
A vector of character objects, where each entry is a
pattern that you want to search for in |
An invisible list, where each element of the list is the output
from r4ss::SS_readdat. List elements will be named using the input to
pattern
.
Kelli Faye Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.