Description Usage Arguments Examples
Function for calculating amount of macronutrients in prepared meal
1 | macronutrients_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("Kawior", "Kawior")
weight_of_products <- list(50, 100)
macronutrients_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.