Format count and fraction with special case for count < 10
Source:R/formatting_functions.R
format_count_fraction_lt10.Rd
Arguments
- x
(
numeric(2)
)
vector of length 2 with count and fraction, respectively.- ...
not used. Required for
rtables
interface.
See also
Other formatting functions:
extreme_format
,
format_auto()
,
format_count_fraction()
,
format_count_fraction_fixed_dp()
,
format_extreme_values()
,
format_extreme_values_ci()
,
format_fraction()
,
format_fraction_fixed_dp()
,
format_fraction_threshold()
,
format_sigfig()
,
format_xx()
,
formatting_functions