Skip to contents

A dataset containing various recipes with details such as cuisine, diet, ingredients, and rating in order to be used in our package.

Format

A data frame with 6503 observations on the following 10 variables.

recipe_title

a character vector

rating

a numeric vector

description

a character vector

cuisine

a character vector

course

a character vector

diet

a character vector

prep_time

a numeric vector

cook_time

a numeric vector

ingredients

a character vector

instructions

a character vector

Examples

data(recipes)
## maybe str(recipes) ; plot(recipes) ...