Description Usage Arguments Details Value Examples
View source: R/reportsRetriever.R
Retrieve all reports stored as output of reportsGenerator function and consolidate them.
1 | reportsRetriever(dataFrameReports)
|
dataFrameReports |
This is the output from reportsGenerator function. It MUST contain a column titled: ReportID |
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.
A data frame containing all the consolidated reports defined by the reportsGenerator function.
1 2 3 4 | ## Not run:
visitorActivity <- reportsRetriever(dataFrameReports)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.