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, font.size = 9, caption, ...)

Arguments

x

a DemographicTable

font.size

integer scalar, the font size (default 8)

caption

(optional) character scalar, the table caption. If missing (default), no caption is included

...

potential additional parameters, not currently in use

Value

as_flextable.DemographicTable returns a flextable object.

See Also

as_flextable fontsize set_caption


[Package DemographicTable version 0.1.6 Index]