cleaned_data_to_gt {tfrmt} | R Documentation |
Do all the formatting for the GT
Description
Do all the formatting for the GT
Apply formatting to a list of tables
Apply formatting to a single table
Usage
cleaned_data_to_gt(.data, tfrmt, .unicode_ws)
## S3 method for class 'list'
cleaned_data_to_gt(.data, tfrmt, .unicode_ws)
## Default S3 method:
cleaned_data_to_gt(.data, tfrmt, .unicode_ws)
Arguments
.data |
cleaned dataset |
tfrmt |
tfrmt |
.unicode_ws |
Whether to convert white space to unicode in preparation for output |
Value
gt_group object
GT object
[Package tfrmt version 0.1.3 Index]