R/as_percent.R
as_percent.Rd
Convert a numeric value into a string with percentage sign.
as_percent(num, rounding = 0)
Numeric vector to pass through
Number of decimal places to round to. Default is 0.
as_percent(.86748) #> [1] "87%"