Learn R Programming

⚠️There's a newer version (0.9.5) of this package.Take me there.

flextable R package

The user documentation is available here: https://ardata-fr.github.io/flextable-book/

set_flextable_defaults(
  font.family = "Arial", font.size = 10, 
  border.color = "gray")

flextable(head(cars)) %>% 
  bold(part = "header") %>% 
  add_footer_lines("The 'cars' dataset")

Tables can be embedded within HTML, PDF, Word and PowerPoint documents from R Markdown documents and within Microsoft Word or PowerPoint documents with package officer. Tables can also be rendered as R plots or graphic files (png, pdf and jpeg).

flextable(mtcars) %>% 
  theme_vanilla() %>% 
  save_as_docx(path = "mytable.docx")

A flextable object is a data.frame representation. An API is available to let R users create tables for reporting and control their formatting properties and their layout. The package provides functions that give control over:

  • header, body and footer content
  • text, paragraphs, cells and border formatting of any element
  • displayed values

Installation

install.packages("flextable")

You can get the development version from GitHub:

devtools::install_github("davidgohel/flextable")

Resources

Documentation

The help pages are in a bookdown located at: https://ardata-fr.github.io/flextable-book/

Manuals are available at: https://davidgohel.github.io/flextable/reference/index.html

A gallery of examples is available here: https://ardata.fr/en/flextable-gallery/

Getting help / questions

If you have questions about how to use the package, visit Stackoverflow and use tags flextable and r Stackoverflow link! You can also use https://github.com/davidgohel/flextable/discussions to start a discussion.

Contributing to the package

Code of Conduct

Anyone getting involved in this package agrees to our Code of Conduct.

Bug reports

When you file a bug report, please spend some time making it easy for me to follow and reproduce. The more time you spend on making the bug report coherent, the more time I can dedicate to investigate the bug as opposed to the bug report.

Contributing to the package development

A great way to start is to contribute an example or improve the documentation.

If you want to submit a Pull Request to integrate functions of yours, please provide:

  • the new function(s) with code and roxygen tags (with examples)
  • a new section in the appropriate vignette that describes how to use the new function
  • corresponding tests in directory tests/testthat.

By using rhub (run rhub::check_for_cran()), you will see if everything is ok. When submitted, the PR will be evaluated automatically on travis and appveyor and you will be able to see if something broke.

Copy Link

Version

Install

install.packages('flextable')

Monthly Downloads

77,357

Version

0.7.3

License

GPL-3

Maintainer

David Gohel

Last Published

August 9th, 2022

Functions in flextable (0.7.3)

add_header_lines

Add labels as new rows in the header
add_footer

Add column values as new lines in footer
add_body_row

Add body labels
add_header

Add column values as new lines in header
add_body

Add column values as new lines in body
add_latex_dep

add latex dependencies
align

Set text alignment
add_footer_lines

Add labels as new rows in the footer
add_footer_row

Add footer labels
add_header_row

Add header labels
as_equation

equation chunk
as_flextable.kmeans

tabular summary for kmeans
as_flextable.lm

tabular summary for lm object
as_flextable

method to convert object to flextable
as_flextable.tabulator

tabulator to flextable
bold

Set bold font
as_flextable.glm

tabular summary for glm object
body_add_flextable

add flextable into a Word document
as_flextable.gam

tabular summary for gam object
as_flextable.xtable

get a flextable from a xtable object
as_sup

superscript chunk
as_sub

subscript chunk
before

is an element before a match with entries
bg

Set background color
append_chunks

append chunks to flextable content
as_flextable.grouped_data

tabular summary for grouped_data object
as_b

bold chunk
as_flextable.merMod

tabular summary for mixed model
as_grouped_data

grouped data transformation
as_highlight

highlight chunk
as_bracket

chunk with values in brackets
as_chunk

chunk of text wrapper
chunk_dataframe

create a chunk representation suitable for flextable
colformat_char

format character cells
colformat_date

format date cells
colformat_datetime

format datetime cells
colformat_int

format integer cells
as_flextable.pam

tabular summary for pam
colformat_double

format numeric cells
border_inner_h

set inner borders
as_word_field

'Word' computed field
autofit

Adjusts cell widths and heights
border_remove

remove borders
colorize

colorize chunk
border_inner_v

set vertical inner borders
border_outer

set outer borders
as_flextable.htest

tabular summary for htest object
continuous_summary

continuous columns summary
colformat_num

format numeric cells
empty_blanks

make blank columns as transparent
flextable_to_rmd

flextable raw code
fmt_2stats

format content for data generated with summarizor()
dim_pretty

Calculate pretty dimensions
delete_part

delete flextable part
footers_flextable_at_bkm

add flextable at a bookmark location in document's footer
headers_flextable_at_bkm

add flextable at a bookmark location in document's header
footnote

add footnotes to flextable
colformat_image

format cells as images
as_i

italic chunk
as_image

image chunk wrapper
compose

Define displayed values and mixed content
fp_border_default

Border formatting properties
fix_border_issues

fix border issues when cell are merged
fit_to_width

fit a flextable to a maximum width
highlight

Text highlight color
merge_at

Merge flextable cells into a single one
merge_h

Merge flextable cells horizontally
plot.flextable

plot a flextable
height

Set flextable rows height
plot_chunk

mini plots chunk wrapper
summarizor

data summary preparation
fp_text_default

Text formatting properties
hline

set horizontal borders
merge_v

Merge flextable cells vertically
minibar

mini barplots chunk wrapper
hyperlink_text

Chunk of text with hyperlink
as_paragraph

concatenate chunks in a flextable
as_raster

get a flextable as a raster
border

cell borders update
border_inner

set vertical & horizontal inner borders
set_caption

Set Caption
merge_h_range

rowwise merge of a range of columns
flextable

flextable creation
flextable-package

flextable: Functions for Tabular Reporting
merge_none

Delete flextable merging informations
colformat_lgl

format logical cells
save_as_pptx

save flextable objects in an PowerPoint file
nrow_part

Number of rows of a part
ncol_keys

Number of columns
flextable_dim

width and height of a flextable object
separate_header

Separate collapsed colnames into multiple rows
tabulator_colnames

column keys of tabulator objects
tabulator

Tabulation of aggregations
shift_table

Create a shift table
set_flextable_defaults

Modify flextable defaults formatting properties
style

Set flextable style
italic

Set italic font
flextable_html_dependency

htmlDependency for flextable objects
prepend_chunks

prepend chunks to flextable content
print.flextable

flextable printing
hline_bottom

set bottom horizontal border
get_flextable_defaults

Get flextable defaults formatting properties
gg_chunk

gg plots chunk wrapper
color

Set font color
df_printer

data.frame automatic printing as a flextable
set_header_labels

Change headers labels
set_formatter

set column formatter functions
set_header_footer_df

Set flextable's header or footer rows
use_df_printer

set data.frame automatic printing as a flextable
set_table_properties

Global table properties
hline_top

set top horizontal border
theme_tron_legacy

Apply tron legacy theme
surround

Set borders for a selection of cells
use_model_printer

set model automatic printing as a flextable
fontsize

Set font size
hrule

Set flextable rule for rows heights
font

Set font
dim.flextable

Get widths and heights of flextable
htmltools_value

flextable as an HTML object
linerange

mini linerange chunk wrapper
lollipop

mini lollipop chart chunk wrapper
proc_freq

frequency table as flextable
theme_vader

Apply Sith Lord Darth Vader theme
knit_print.flextable

Render flextable in rmarkdown
regulartable

flextable old functions
rotate

rotate cell text
ph_with.flextable

add a flextable into a PowerPoint slide
theme_alafoli

Apply alafoli theme
padding

Set paragraph paddings
save_as_html

Save a Flextable in an HTML File
line_spacing

Set text alignment
save_as_image

save a flextable as an image
valign

Set vertical alignment
vline_left

set flextable left vertical borders
vline_right

set flextable right vertical borders
vline

set vertical borders
theme_box

Apply box theme
theme_tron

Apply tron theme
save_as_docx

save flextable objects in an Word file
theme_vanilla

Apply vanilla theme
theme_booktabs

Apply booktabs theme
theme_zebra

Apply zebra theme
void

Delete flextable content
width

Set columns width