shapeECDCFlexTable {EpiReport} | R Documentation |
Shaping the final table (layout, title, color, font)
Description
Shaping the final table including titles, adding background color, specifying font name and size.
Usage
shapeECDCFlexTable(ft, headers, fsize, fname, maincolor, lastbold)
Arguments
ft |
flextable (see |
headers |
dataframe including the multiple headers to add to the flextable object.
Please note that the column |
fsize |
numeric, font to use (Default 7) |
fname |
character, font name (Default |
maincolor |
character string, hexadecimal code for the header background
color (Default |
lastbold |
bolean, last row in bold (Default |
Value
flextable object (see flextable
package)
See Also
Global function: getTableByMS
Required package flextable