Description Usage Arguments Value Examples
This function computes the low blood glucose index
1  | 
df | 
 Data frame read through readfile  | 
A data frame containing both the LBGI and HBGI values
1 2 3  | mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
LBGI_HBGI(mydata)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.