Description Usage Arguments Details Value Examples
Sensible rounding for printing.
1 | rnd(x, digits = 3)
|
x |
A numeric vector |
digits |
Digits to round to. Default is 3. |
This is the rounding many are wanting for printing out results. For
example, there will always be digits
number of decimal places, and
trailing zeros will be kept.
A character vector suitable for printed output.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.