Learn R Programming

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

flextable R package

The flextable package provides a framework for easily create tables for reporting. Tables can be embedded within:

  • R Markdown documents with support for HTML, Word and PowerPoint documents.
  • Microsoft Word or PowerPoint documents.

Getting Started

An API is available to let R users create tables for reporting and control their formatting properties and their layout. A flextable object is a data.frame representation, it can be manipulated with functions that give control over:

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

There are articles on the flextable website that will help you get you to start quickly:

The help pages can be read here.

Installation

install.packages("flextable")

You can get the development version from GitHub:

devtools::install_github("davidgohel/flextable")

Ressources

Online documentation

The help pages are located at https://davidgohel.github.io/flextable/.

Getting help

This project is developped and maintained on my own time. If you have questions about how to use the package, visit Stackoverflow and use tags flextable and r Stackoverflow link! I usually read them and answer when possible.

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,938

Version

0.5.2

License

GPL-3

Maintainer

David Gohel

Last Published

April 2nd, 2019

Functions in flextable (0.5.2)

add_header_footer

Add a row of labels in header or footer part
align

Set text alignment
body_add_flextable

add flextable into a Word document
as_paragraph

concatenate chunks in a flextable
colformat_lgl

format logical columns
footers_flextable_at_bkm

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

Set italic font
border

Set cell borders
bold

Set bold font
colformat_num

format numeric columns
format.flextable

Encode flextable in a document format.
border_inner

set vertical & horizontal inner borders
border_remove

remove borders
hline

set horizontal borders
border_inner_v

set vertical inner borders
autofit

Adjusts cell widths and heights
theme_alafoli

Apply box theme
theme_booktabs

Apply booktabs theme
set_caption

set caption
save_as_html

save a flextable in an HTML file
border_outer

set outer borders
color

Set font color
compose

Define flextable displayed values
knit_print.flextable

Render flextable in rmarkdown
proc_freq

frequency table as flextable
font

Set font
border_inner_h

set inner borders
dim.flextable

Get flextable dimensions
delete_part

delete flextable part
merge_h

Merge flextable cells horizontally
fontsize

Set font size
merge_none

Delete flextable merging informations
as_chunk

chunk of text wrapper
empty_blanks

make blank columns as transparent
fix_border_issues

fix border issues when cell are merged
merge_h_range

rowwise merge of a range of columns
colformat_char

format character columns
display

Define flextable displayed values
colformat_int

format integer columns
as_flextable

method to convert object to flextable
dim_pretty

Calculate pretty dimensions
headers_flextable_at_bkm

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

Set flextable rows height
htmltools_value

flextable a tag object from htmltools package
merge_v

Merge flextable cells vertically
theme_tron_legacy

Apply tron legacy theme
hline_bottom

set bottom horizontal border
minibar

mini barplots chunk wrapper
padding

Set paragraph paddings
hyperlink_text

chunk of text with hyperlink wrapper
ph_with_flextable

add flextable into a PowerPoint slide
rotate

rotate cell text
print.flextable

flextable printing
theme_vader

Apply Sith Lord Darth Vader
vline_left

set flextable left vertical borders
linerange

mini linerange chunk wrapper
hline_top

set top horizontal border
theme_box

Apply box theme
theme_vanilla

Apply vanilla theme
merge_at

Merge flextable cells into a single one
set_formatter

set column formatter functions
set_header_footer_df

Set flextable's header or footer rows
theme_zebra

Apply zebra theme
theme_tron

Apply tron theme
xtable_to_flextable

get a flextable from a xtable object
void

Delete flextable content
set_header_labels

Set flextable's headers labels
width

Set flextable columns width
style

Set flextable style
vline_right

set flextable right vertical borders
valign

Set vertical alignment
vline

set vertical borders
bg

Set background color
as_grouped_data

grouped data transformation
as_image

image chunk wrapper
flextable-package

flextable: Functions for Tabular Reporting
flextable

flextable creation