Format flextable columns with percentages (percentages, NAs)
Source:R/rub_styles.R
rub_format_percent.Rd
Format flextable columns with percentages (percentages, NAs)
Examples
x <- c("0.29", NA)
rub_format_percent(x)
#> [1] "29%" ""
R/rub_styles.R
rub_format_percent.Rd
Format flextable columns with percentages (percentages, NAs)
x <- c("0.29", NA)
rub_format_percent(x)
#> [1] "29%" ""