create_shopping_list: Create a shopping list

View source: R/create_shopping_list.R

create_shopping_listR Documentation

Create a shopping list

Description

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.


dzhang32/autorecipes documentation built on April 15, 2022, 3:29 a.m.