Description Usage Arguments Value Examples
View source: R/decimal_ceiling.R
Takes a numeric vector x and returns a numeric vector containing the smallest numerics with digits
places after the decimal not less than the corresponding elements of x.
1 | decimal_ceiling(x, digits = 1)
|
x |
A numeric vector. |
digits |
The desired number of digits after the decimal point. |
A numeric vector.
1 | decimal_ceiling(x = 10.12345, digits = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.