Description Usage Arguments Value
View source: R/approx_glucose.R
Creates a data.frame
of all the times interpolated to
the interval. Uses approxfun
to approximate
1 2 | approx_glucose(glucose, interval = 1, interval_unit = "mins",
round_second = TRUE, ...)
|
glucose |
A |
interval |
The interval to space out the times |
interval_unit |
the unit for the intervals |
round_second |
Round the seconds in the times |
... |
additional arguments passed to |
A data.frame
of all the times in the range of the original data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.