Description Usage Arguments Examples
Function for calculating the total energy value of a meal
1 | energy_of_meal(list_of_products, weight_of_products)
|
list_of_products |
list, list of the names of the products added to the preparation of the meal |
weight_of_products |
list, list of weights of the products added to the preparation of the meal |
1 2 3 | list_of_products <- list("Kawior", "Kawior")
weight_of_products <- list(50, 100)
energy_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.