label_percent {arkhe} | R Documentation |
Label Percentages
Description
Label Percentages
Usage
label_percent(x, digits = NULL, trim = FALSE)
Arguments
x |
A numeric vector.
|
digits |
An integer indicating the number of decimal places.
If NULL (the default), breaks will have the minimum number of digits
needed to show the difference between adjacent values.
|
trim |
A logical scalar. If FALSE (the default), values are
right-justified to a common width (see base::format() ).
|
Value
A character
vector.
[Package
arkhe version 1.7.0
Index]