powered by
as_perc formats a proportion as a percentage to print in an RMarkdown document
as_perc
as_perc(p, digits = 0)
Returns a string to report a percentage to the specified number of digits.
A length-1 numeric to be interpreted as a proportion
Number of digits to round percentage to (default to 0)
Simply multiplies p by 100 and affixes a percent sign to the end after rounding.
p
as_perc(0.2345) as_perc(0.000234)
Run the code above in your browser using DataLab