Our posts tagged 'R'
grid clipping and flextable
An exemple that shows how to transform a flextable into a nice data-visualisation.
2023/03/25
Using flextable with ggplot2 and patchwork
Examples that show how to use
flextable::gen_grob()
and package ‘patchwork’ to mix graphics and tables.
2022/10/17
Demographic Tables with flextable
This example shows how to use flextable to produce demographic tables using
summarizor()
.
2022/09/12
Shift Tables with flextable
This example show how to use flextable to produce shift tables by using
shift_table()
and flextable::tabulator()
.
2022/06/29
Separate column names in header
This example show how to separate collapsed colnames into multiple rows with a dataset produced by
dplyr::summarise()
.
2022/06/23
Dataset summary with summarizor
This example show how to create a table presenting statistical summary of the columns of a data.frame with function
summarizor()
.
2022/06/21
Nice cross-tabulated flextable
How to create a nice cross-tabulated flextable from aggregations. This example demonstrate how to use function
tabulator()
.
2022/06/15
captions examples
How to add captions to a flextable in R Markdown documents. These examples demonstrate various methods.
2021/03/10
Correlation matrix
How to add create a flextable that looks like an heatmap.
2021/02/21
Mario kart
Mix text and image to build a table presenting statistics of Mario Kart characters.
2021/02/21
Table with density lines
In this example, we create a flextable that represents aggregations and density curves together.
2021/02/16