with_blanks {ftExtra} | R 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 |
Examples
iris %>%
as_flextable(col_keys = with_blanks(dplyr::ends_with("Width")))
[Package ftExtra version 0.6.4 Index]