split_header {ftExtra} | R Documentation |
Split the header based on delimiters
Description
Split the header based on delimiters
Usage
split_header(x, sep = "[_.]", theme_fun = NULL, ...)
separate_header(x, sep = "[_.]", theme_fun = NULL, ...)
Arguments
x |
A |
sep |
Separator between columns. If character, If numeric, |
theme_fun |
A flextable theme function.
When |
... |
Passed to |
Note
split_header
is a rename of separate_header
and the latter will be removed in the future release.
Examples
iris %>%
flextable() %>%
separate_header()
[Package ftExtra version 0.6.4 Index]