rub_format_mixed: Format flextable mixed type columns (integer, percentages,...

View source: R/rub_styles.R

rub_format_mixedR Documentation

Format flextable mixed type columns (integer, percentages, NAs)

Description

Format flextable mixed type columns (integer, percentages, NAs)

Usage

rub_format_mixed(x)

Arguments

x

Vector

Value

Formatted vector

Examples

x <- c("2500", "0.29", NA)
rub_format_mixed(x)

RichardMeyer-Eppler/RUBer documentation built on June 2, 2022, 7:24 p.m.