to_flextable {teal.reporter} | R Documentation |
Convert content into a flextable
Description
Converts supported table formats into a flextable
for enhanced formatting and presentation.
Usage
to_flextable(content)
Arguments
content |
Supported formats: |
Details
Function merges cells with colspan
> 1,
aligns columns to the center and row names to the left,
indents the row names by 10 times indentation.
Value
flextable
.
[Package teal.reporter version 0.4.0 Index]