View source: R/utilityFunctions.R
getOutFileList | R Documentation |
This is a helper function used by extractModelSummaries and extractModelParameters. It determines whether the target is a single file or a directory. If it is a directory, all .out files are returned (perhaps recursively) It also permits the files to be filtered using a certain regular expression.
getOutFileList(target, recursive = FALSE, filefilter)
target |
The target file or directory |
recursive |
A logical value whether to search recursively.
Defaults to |
filefilter |
A regular expression passed to |
A character vector of the output files
# make me!!!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.