percent_format {scales} | R Documentation |
Percent formatter: multiply by one hundred and display percent sign.
percent_format() percent(x)
x |
a numeric vector to format |
a function with single parameter x, a numeric vector, that returns a character vector
percent_format()(runif(10)) percent(runif(10)) percent(runif(10, 1, 10))