as_flextable.DemographicTable {DemographicTable} | R Documentation |
Convert DemographicTable to flextable
Description
Convert a DemographicTable to flextable object.
Usage
## S3 method for class 'DemographicTable'
as_flextable(x, ...)
Arguments
x |
a DemographicTable object |
... |
potential additional parameters, not currently in use |
Value
Function as_flextable.DemographicTable returns a flextable object.
Note
End user may use set_caption to add a caption to the output demographic table.
[Package DemographicTable version 0.1.8 Index]