Skip to content

scales percent precision

2 messages · Jacob Wegelin

#
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:
#
Incidentally,

?scales::percent

brings up exactly the same text as

?scales::percent_format
On 2014-02-27 Thu 14:47, Jacob Wegelin wrote: