seeds {touRnamentofchampions}R Documentation

seeds

Description

A dataset containing game-related information on each Chef for each season.

Usage

data(seeds)

Format

This data frame contains the following columns:

chef

Chef name (full name)

season

Season number

seed

Seed within their section of the bracket: values of 1 through 8. Chefs that played in the qualifiers but didn't make the final bracket will have seeds of 8.2, 8.3, or 8.4.

coast

Are they East or West Coast?

region

The region depends on how many chefs start the competition. If there are 16 chefs, then the region is left blank. If there are 32 chefs, then the regions are A or B.

Source

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

Examples

library(tidyverse)
seeds %>%
  filter(season == 1)

[Package touRnamentofchampions version 0.1.0 Index]