This function creates new functions that change food in various ways.
make_cooking(processed, provenance = NULL, envir = getNamespace("cooking"))
| processed | A description of the result, an adjective |
|---|---|
| provenance | Conjunction to use with the ingredients, defaults to
|
| envir | The parent environment of the function |
A function with arguments what and ..., similar to fry()
marinate <- make_cooking("marinated") marinate("chopped meat")#> marinated meat, made of #> chopped meat