Format flextable mixed type columns (integer, percentages, NAs)
Source:R/rub_styles.R
rub_format_mixed.Rd
Format flextable mixed type columns (integer, percentages, NAs)
Examples
x <- c("2500", "0.29", NA)
rub_format_mixed(x)
#> [1] "2.500" "29.0%" ""