auc_for_food | R Documentation |
This is a wrapper to food_times_df()
. Given a foodname, returns a dataframe with every
occurence of that food, with a timeLength
minutes since eating.
auc_for_food(
foodname = "Munk Pack",
cgm_data,
prefixLength = 0,
timeLength = 150,
start_limit = 100
)
foodname |
character string representing the food item of interest |
cgm_data |
CGM object |
prefixLength |
number of additional minutes to add before the starttime. |
timeLength |
number of minutes for the glucose record to show after the food was eaten. |
start_limit |
filter to cut off any results that have more than this mg/mL when starting |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.