string.list.format | R Documentation |
Formats a string list, summarizing values with percentages.
string.list.format(values, order.mode = c("percentage", "value"))
values |
The string list to format. |
order.mode |
How the result should be ordered. For "percentage", the strings are ordered by their percentages, while for "value", the strings are ordered by their values. |
A formatted string with percentage annotations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.