Skip to contents

Pretty percent displaying

Usage

percent(x, accuracy = 1, ...)

Arguments

x

vector of numbers

accuracy

accuracy of the percent

...

other arguments to percent

Value

character vector with percentage sign at the end

Examples

percent(10)
#> [1] "1 000%"