totalKcal | R Documentation |
Calculate the total caloric content of an item given the weight of its macronutrients
totalKcal(fat, carbs, protein, fiber = 0)
fat |
grams of fat per unit of measurement (e.g. 100 g) |
carbs |
grams of carbohydrates per unit of measurement (e.g. 100 g) |
protein |
grams of protein per unit of measurement (e.g. 100 g) |
fiber |
grams of fiber per unit of measurement (e.g. 100 g) |
Total energy content per unit of measurement
Waldir Leoncio
totalKcal(48, 1.7, 29)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.