format_freqs | R Documentation |
Formatting function for absolute and relative frequencies
format_freqs(
numerator,
denominator = 1,
absolute_relative_frequency_mode = c("both", "only_absolute", "only_relative"),
percent_accuracy = NULL,
percent_suffix = "%"
)
numerator |
(numeric) numerator for % calculations |
denominator |
(numeric) denominator for % calculations |
absolute_relative_frequency_mode |
one of |
percent_accuracy |
NULL or numeric. Refer to the |
percent_suffix |
usually "%" or "". Refer to the |
string of formatted frequencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.