Description Usage Arguments Details Value
Recursively seach for the summary CSV file of each processed dataset and combines them into a single dataframe.
1 | .combineSummaryFiles(wd = NULL, pattern = ".summary.csv$")
|
wd |
root dir of search |
pattern |
pattern to match. By default ".summary.csv" is the pattern used by run() function |
User should define via the wd patameter the root of recursive search, which should usually be the dir in which run() function was involked. This method then looks for any file with pattern defined by pattern parameter, reads each csv file and combine their data into a single data frame.
returns the combined data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.