chefs {touRnamentofchampions}R Documentation

chefs

Description

A dataset containing information on each Chef, which is the same for all seasons

Usage

data(chefs)

Format

This data frame contains the following columns:

chef

Chef name (full name)

nickname

Guy Fieri's nickname for the chef

handedness

Whether the chef is right-handed, left-handed, or ambidextrous

gender

Whether the chef is male, female, or non-binary

Source

https://en.wikipedia.org/wiki/Tournament_of_Champions_(TV_series)

Examples

library(tidyverse)
chefs %>%
  filter(gender == "female")

[Package touRnamentofchampions version 0.1.0 Index]