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

Read

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

Read

Demographic Tables with flextable

This example shows how to use flextable to produce demographic tables using summarizor().

2022/09/12

Read

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

Read

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

Read

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

Read

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

Read

captions examples

How to add captions to a flextable in R Markdown documents. These examples demonstrate various methods.

2021/03/10

Read

Correlation matrix

How to add create a flextable that looks like an heatmap.

2021/02/21

Read

Mario kart

Mix text and image to build a table presenting statistics of Mario Kart characters.

2021/02/21

Read

Table with density lines

In this example, we create a flextable that represents aggregations and density curves together.

2021/02/16

Read