View source: R/create_shopping_list.R
create_shopping_list | R Documentation |
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.
create_shopping_list( recipebook, filter_method = c("none", "manual", "minimal") )
recipebook |
a |
filter_method |
|
tibble::tibble()
containing a shopping list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.