dot-combineSummaryFiles: Combine Summary Files

Description Usage Arguments Details Value

Description

Recursively seach for the summary CSV file of each processed dataset and combines them into a single dataframe.

Usage

1
.combineSummaryFiles(wd = NULL, pattern = ".summary.csv$")

Arguments

wd

root dir of search

pattern

pattern to match. By default ".summary.csv" is the pattern used by run() function

Details

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.

Value

returns the combined data frame.


allenaigit/spiapcc-demo documentation built on April 16, 2020, 11:52 a.m.