cuisines: Cuisines Dataset.

cuisinesR Documentation

Cuisines Dataset.

Description

A dataset of recipes scraped from Allrecipes.com, containing ingredients, cooking times, nutrition facts, country, ratings, and review counts. The data has been parsed and cleaned to ensure analysis-readiness.

Usage

cuisines

Format

A data frame with 2218 rows and 17 variables:

name

Name of the recipe

country

The country/region the cuisine is from.

url

Link to the recipe

author

Author of the recipe

date_published

When the recipe was published/updated

ingredients

The ingredients of the recipe

calories

Calories per serving

fat

Fat per serving

carbs

carbs per serving

protein

Proteins per serving

avg_rating

Average rating out of 5 stars

total_ratings

Number of ratings received

reviews

Number of written reviews

prep_time

Preparation time in minutes

cook_time

Cooking time in minutes

total_time

Prep + cook time in minutes.Note that this value may not always match the actual total effort required, as other time-related fields (such as refrigeration, marination, fry time, or additional wait periods) have been excluded due to inconsistent availability across recipes

servings

Number of servings


tastyR documentation built on Aug. 30, 2025, 1:08 a.m.