| chefs | R Documentation |
A dataset containing information on each Chef, which is the same for all seasons
data(chefs)
This data frame contains the following columns:
chefChef name (full name)
nicknameGuy Fieri's nickname for the chef
handednessWhether the chef is right-handed, left-handed, or ambidextrous
genderWhether the chef is male, female, or non-binary
https://en.wikipedia.org/wiki/Tournament_of_Champions_(TV_series)
library(tidyverse)
chefs %>%
filter(gender == "female")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.