| as_flextable.table | R Documentation |
produce a flextable describing a
count table produced by function table().
This function uses the proc_freq() function.
## S3 method for class 'table'
as_flextable(x, ...)
x |
table object |
... |
arguments used by |
Other as_flextable methods:
as_flextable(),
as_flextable.data.frame(),
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.tabular(),
as_flextable.tabulator(),
as_flextable.xtable()
tab <- with(warpbreaks, table(wool, tension))
ft <- as_flextable(tab)
ft
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.