string.list.format: Format a String List.

View source: R/IO_view.R

string.list.formatR Documentation

Format a String List.

Description

Formats a string list, summarizing values with percentages.

Usage

string.list.format(values, order.mode = c("percentage", "value"))

Arguments

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.

Value

A formatted string with percentage annotations.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.