format_n_percent {finalfit} | R Documentation |
Format n and percent as a character
Description
Internal, function, not called directly
Usage
format_n_percent(n, percent, digits, digits_n = 0, na_include = TRUE)
Arguments
n |
Value |
percent |
Value |
digits |
Value |
digits_n |
Value. Used when using weighted frequency counts |
na_include |
When proportion missing, include in parentheses? |
[Package finalfit version 1.0.8 Index]