Helper function to convert gt tables to raw HTML for side-by-side comparisons
Usage
gt_table(x, currency_col = NA, percent_col = NA, extra_formats = NULL)
Arguments
- x
gt table
- currency_col
add currency formatting to all columns specified
- percent_col
add percent formatting to all columns specified
add any additional formatting
Value
Raw HTML for the gt table