View source: R/general_functions.R
how_much_coffee | R Documentation |
Quickly calculates how many grams of coffee you need for a desired amount of water, to reach a given dosage strength in grams per Liter
how_much_coffee(desired_strength, grams_water, use_ratios)
desired_strength |
The strength you want the coffee to be. Can be either in grams per liter, or a strength ratio |
grams_water |
The amount of water you plan to use for the brew. |
use_ratios |
a TRUE or FALSE toggle to tell the formula what your input will be for the desired strength: set to FALSE if using grams per liter, or TRUE if using typical ratios. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.