Description Usage Arguments Examples
View source: R/glycemic_index.R
Function for calculating glycemic index of prepared meal
1 | glycemic_index_of_meal(list_of_products, weight_of_products)
|
list_of_products |
list, list of the names of the products used to prepare the meal |
weight_of_products |
list, list of weights of the products used to prepare the meal |
1 2 3 | list_of_products <- list("Banan", "Truskawki")
weight_of_products <- list(100, 100)
glycemic_index_of_meal(list_of_products, weight_of_products)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.