View source: R/load-extra-mcmc-get-chunk.R
load_extra_mcmc_get_chunk | R Documentation |
Extracts a vector of lines of data or output (a chunk) from each element of a list of identically-formatted vectors, typically read in from files with identical formats (SS3 Report files)
load_extra_mcmc_get_chunk(lst, beg_pat, end_pat, ...)
lst |
A list of identically-formatted vectors, typically from a
call to |
beg_pat |
A regular expression that marks the beginning of the chunk of data |
end_pat |
A regular expression that marks the end of the chunk of data |
A list of vectors of output or data, each list element will have the exact same number of lines and the same structure within those lines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.