with_blanks | R Documentation |
col_keys
Specify blank columns easily via col_keys
with_blanks(after = NULL, before = NULL)
after , before |
Blank columns are added after/before the selected columns.
Selections can be done by the semantics of |
iris %>%
as_flextable(col_keys = with_blanks(dplyr::ends_with("Width")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.