Learn R Programming

⚠️There's a newer version (0.9.10) 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
  • 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:

  • headers 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

78,877

Version

0.4.6

License

GPL-3

Maintainer

David Gohel

Last Published

October 31st, 2018

Functions in flextable (0.4.6)

autofit

Adjusts cell widths and heights
headers_flextable_at_bkm

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

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

Apply tron theme
format.flextable

Encode flextable in a document format.
merge_h

Merge flextable cells horizontally
merge_none

Delete flextable merging informations
display

Define flextable displayed values
theme_tron_legacy

Apply tron legacy theme
height

Set flextable rows height
empty_blanks

make blank columns as transparent
print.flextable

flextable printing
hyperlink_text

hyperlink wrapper
italic

Set italic font
bold

Set bold font
border

Set cell borders
align

Set text alignment
add_header_footer

Add a row of labels in header or footer part
flextable-package

flextable: Functions for Tabular Reporting
padding

Set paragraph paddings
theme_vanilla

Apply vanilla theme
ph_with_flextable

add flextable into a PowerPoint slide
theme_zebra

Apply zebra theme
flextable

flextable creation
rotate

rotate cell text
color

Set font color
font

Set font
fontsize

Set font size
merge_v

Merge flextable cells vertically
minibar

draw a single bar
theme_booktabs

Apply booktabs theme
set_header_labels

Set flextable's headers labels
xtable_to_flextable

get a flextable from a xtable object
set_formatter

set column formatter functions
htmltools_value

Render flextable in rmarkdown (including Word output)
set_header_footer_df

Set flextable's header or footer rows
delete_part

delete flextable part
merge_at

Merge flextable cells
width

Set flextable columns width
void

Delete flextable content
style

Set flextable style
theme_box

Apply box theme
as_image

image wrapper
borders

borders management
dim.flextable

Get flextable dimensions
colformat_int

format integer columns
colformat_char

format character columns
colformat_num

format numeric columns
bg

Set background color
body_add_flextable

add flextable into a Word document
dim_pretty

Calculate pretty dimensions