wrap.rd0 | R Documentation |
Rounds a number, includes the leading zero, and retains at least one significant digit when possible. (This is a helper function that will be called by other functions in this package.)
wrap.rd0(num, places = 2)
num |
The number that will be rounded |
places |
The number of decimal places to which to round the number |
wrap.rd0(num = 0.0145, places = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.