time_on | R Documentation |
Calculate amount of time that the CGM was active
time_on(times, gap = 5)
times |
vector of corresponding times, in minutes |
gap |
typical gap between CGM measurements, in minutes. Default is 5 |
The numeric amount of time that the CGM device was active in a given dataset.
time_on(times=seq(0, 1260, 60), gap=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.