apply_precision | R Documentation |
Simple wrapper around base round()
used by tests and examples.
apply_precision(x, n = NULL)
x |
Numeric vector. |
n |
Integer number of digits to keep. If NULL, return x unchanged. |
Numeric vector rounded to n
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.