Prints a transaction summary table generated by summaryTxDataFrameCreate
Prints a transaction summary table generated by summaryTxDataFrameCreate
Formats and prints the for a transaction summary table as generated by summaryTxDataFrameCreate.
The first column in the table is assumed to be a URL and is 0.6 times the width of the text page, subsequent column are formatted left or right aligned as appropriate for numeric or character variables.
dataFrame: transaction summary data frame generated by summaryTxDataFrameCreate
formatFunctions: a list of formatting functions that accept a value and return a formatted value. The sample report includes functions f0, f2 that format numbers with 0 or 2 respectively decimal places.