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