how_much_coffee: Calculate Coffee Strength

View source: R/general_functions.R

how_much_coffeeR Documentation

Calculate Coffee Strength

Description

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

Usage

how_much_coffee(desired_strength, grams_water, use_ratios)

Arguments

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.


ryan-a-schneider/legaldmlab documentation built on July 2, 2023, 5:02 a.m.