| judges | R Documentation |
A dataset containing information about who were the judges for each challenge/episode
data(judges)
This data frame contains the following columns:
seasonSeason number
episodeEpisode number
judgeName of guest judge
genderWhether the chef is male, female, or non-binary
roundStage of the tournament: Qualifier semi-final, Qualifier final, Round of 32, Round of 16, Quarterfinals, Semifinals, Final
https://en.wikipedia.org/wiki/Tournament_of_Champions_(TV_series)
library(tidyverse)
judges %>%
filter(judge == "Ming Tsai") %>%
group_by(season,episode)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.