Skip to content
Prev 337106 / 398528 Next

scales percent precision

But percent_format() does not take the argument, multiply it by 100, and paste on a percent sign, as we see here:
Error in percent_format(0.0101010101) : unused argument(s) (0.0101010101)
function () 
NULL

And how do we control the significant digits when we use percent()?
[1] "1.01%"

My point is that
does not answer these questions. This is what I mean by saying that the function is not documented.
On 2014-02-27 Thu 14:34, Dennis Murphy wrote: