What's new in flextable 0.9.11
as_qmd().
Our posts tagged
17/02/2026
as_qmd().
07/04/2023
tables::tabular() is the closest thing to the PROC TABULATE in the current R ecosystem. The as_flextable() function of the ‘flextable’ package allows you to obtain a table from the result of tables::tabular() which can then be formatted and integrated into a document of your choice.
05/04/2023
03/04/2023
23/06/2022
24/05/2019
11/01/2018
The package flextable is existing since mid 2016 and I did not made any
communication about it; obviously if I wrote it, I’d like it to be used by
R users! That post is an attempt to fix that.

The flextable package makes it simpler to create
tables for reporting purposes. The goal of the package is to provide a set of functions that can
be used to design and format tabular reporting.
13/09/2017
It’s time to announce the release of officer version 0.1.6. It allows to generate Microsoft documents from R; supported formats are Word and PowerPoint. It does come with other new packages1:
flextable: produces sophisticated tables.rvg: produces vector graphics for PowerPointsmschart: produces native Microsoft chartsPackage
officeris the reboot ofReporteRs. It’s better, faster and does only rely on R.2
Let’s have a demo. I have made a video for impatients:
29/03/2017
I am excited to announce the release of ggiraph version 0.3.3.
The package did not evolved that much within the last months as I was busy on other projects. I finally found time last week to work on it.
ggiraph() has a new agument ggobj to avoid call to print in the code argument.Let’s have simple examples with the following ggplot object.