powered by
as_percent is a small function for making percent format..
as_percent
as_percent(x, digits = 2)
A numeric vector or list.
Number of digits.Default: 2.
x with percent format.
# NOT RUN { as_percent(0.2363, digits = 2) as_percent(1) # }
Run the code above in your browser using DataLab