View source: R/internal_functions.R
round_any | R Documentation |
Round to multiple of any number
round_any(x, accuracy, f = round)
x |
numeric vector to round |
accuracy |
number to round to; for POSIXct objects, a number of seconds |
f |
rounding function: |
Rounded numeric vector
Hadley Wickham
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.