with_blanks: Specify blank columns easily via 'col_keys'

View source: R/with-blanks.R

with_blanksR Documentation

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

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

ftExtra documentation built on Sept. 29, 2023, 9:06 a.m.