carbPct | R Documentation |
Calculates how much of the energy content comes from carbohydrates.
carbPct(fat, carbs, protein, fiber = 0, kcal = 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) |
kcal |
total energy per unit of measurement (e.g. 100 g) |
percentage of energy from carbs
Waldir Leoncio
carbPct(57, 11, 19, 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.