calculate_recipe | R Documentation |
Determine the hydration of a recipe, given its proportions of water, flour, starter, and salt.
calculate_recipe(flour, water, starter, starter_hydration, salt)
flour |
Numeric. Amount of flour, in grams. |
water |
Numeric. Amount of water, in grams. |
starter |
Numeric. Amount of starter, in grams. |
starter_hydration |
Numeric. Level of hydration of starter, in percent (1 = 100%) |
salt |
Numeric. Amount of salt, in grams. |
Text printed to the console with a recipe.
calculate_recipe(flour = 450,
water = 320,
starter = 100,
starter_hydration = 1,
salt = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.