This function creates new functions that change food in various ways.

make_cooking(processed, provenance = NULL, envir = getNamespace("cooking"))

Arguments

processed

A description of the result, an adjective

provenance

Conjunction to use with the ingredients, defaults to "made of"

envir

The parent environment of the function

Value

A function with arguments what and ..., similar to fry()

Examples

marinate <- make_cooking("marinated") marinate("chopped meat")
#> marinated meat, made of #> chopped meat