reportsRetriever: Retrieve all reports stored as output of reportsGenerator...

Description Usage Arguments Details Value Examples

View source: R/reportsRetriever.R

Description

Retrieve all reports stored as output of reportsGenerator function and consolidate them.

Usage

1
reportsRetriever(dataFrameReports)

Arguments

dataFrameReports

This is the output from reportsGenerator function. It MUST contain a column titled: ReportID

Details

It is recommended to break the input data frame in chunks of 50 rows in order to prevent memory issues if the reports are too large. Otherwise the server or local computer might run out of memory.

Value

A data frame containing all the consolidated reports defined by the reportsGenerator function.

Examples

1
2
3
4
## Not run: 
visitorActivity <- reportsRetriever(dataFrameReports)

## End(Not run)

lcmercado/AutoAnalysis documentation built on May 25, 2019, 9:31 p.m.