as_flextable.data.frame | R Documentation |
It displays the first rows and shows the column types. If there is only one row, a simplified vertical table is produced.
## S3 method for class 'data.frame'
as_flextable(
x,
max_row = 10,
split_colnames = FALSE,
short_strings = FALSE,
short_size = 35,
short_suffix = "...",
do_autofit = TRUE,
show_coltype = TRUE,
color_coltype = "#999999",
...
)
x |
a data.frame |
max_row |
The number of rows to print. Default to 10. |
split_colnames |
Should the column names be split (with non alpha-numeric characters). Default to FALSE. |
short_strings |
Should the character column be shorten. Default to FALSE. |
short_size |
Maximum length of character column if
|
short_suffix |
Suffix to add when character values are shorten. Default to "...". |
do_autofit |
Use |
show_coltype |
Show column types. Default to TRUE. |
color_coltype |
Color to use for column types. Default to "#999999". |
... |
unused arguments |
Other as_flextable methods:
as_flextable()
,
as_flextable.gam()
,
as_flextable.glm()
,
as_flextable.grouped_data()
,
as_flextable.htest()
,
as_flextable.kmeans()
,
as_flextable.lm()
,
as_flextable.merMod()
,
as_flextable.pam()
,
as_flextable.summarizor()
,
as_flextable.table()
,
as_flextable.tabular()
,
as_flextable.tabulator()
,
as_flextable.xtable()
as_flextable(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.