printTableRows: Helper function to print Table Rows
Description
Helper function to print Table Rows
Usage
printTableRows(rows, col_widths)
Value
(NULL) Prints the rows to the console.
Arguments
- rows
(list) of lists containing row data.
- col_widths
(numeric) vector of column widths.