Learn R Programming

onbrand (version 1.0.6)

mk_lg_tbl: 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()

Arguments

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

Run this code
res =  mk_lg_tbl()

Run the code above in your browser using DataLab