pct2str | R Documentation |
Converts decimal percentage to string with specified digits
pct2str(v, digits = 2)
v |
A single value |
digits |
number of digits |
Boolean
nums <- 0.23
pct2str(nums)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.