Learn R Programming

ftExtra (version 0.6.4)

with_blanks: Specify blank columns easily via col_keys

Description

Specify blank columns easily via col_keys

Usage

with_blanks(after = NULL, before = NULL)

Arguments

after, before

Blank columns are added after/before the selected columns. Selections can be done by the semantics of dplyr::select.

Examples

Run this code
iris %>%
  as_flextable(col_keys = with_blanks(dplyr::ends_with("Width")))

Run the code above in your browser using DataLab