mk_lg_tbl {onbrand} | R Documentation |
Creates Large Table Data for Testing
Description
Generates a large table for testing multi-page table reports.
It is used for testing span_table()
.
Usage
mk_lg_tbl()
Value
list with the following elements
lg_tbl_body: Table body to be spread across multiple pages.
lg_tbl_row_common: Common rows of data to be found horizontially.
lg_tbl_body_head: Header data for the body portion.
lg_tbl_row_common_head: Header data for the common_row portion.
Examples
res = mk_lg_tbl()
[Package onbrand version 1.0.7 Index]