tg_gt {tidyCDISC} | R Documentation |
Prepare the table generator data for output
Description
Prepare the data.frame so that it's ready for output via 'gt' or other
Usage
tg_gt(tg_datalist, blockData, total_df, group)
Arguments
tg_datalist |
A list containing the data frames used to create the table |
blockData |
The data for the construction of the blocks in the table |
total_df |
A data frame containing the totals by grouping variable |
group |
A character denoting the grouping variable |
Value
a data.frame containing output polished for presentation in 'gt'
[Package tidyCDISC version 0.2.1 Index]