Expects a RecipeBook-class
object with non-empty meal plan slot as input. A
shopping list consist of a summarised table with all of the ingredients that
are required to cook the recipes in the current meal plan.
Usage
create_shopping_list(
recipebook,
filter_method = c("none", "manual", "minimal")
)
Arguments
- recipebook
a
RecipeBook-class
object.- filter_method
character()
the method to used to filter out store cupboard ingredients from your shopping list.
Value
tibble::tibble()
containing a shopping list.