randomizer {touRnamentofchampions}R Documentation

randomizer

Description

A dataset containing information about each challenge: protein, vegetables, equipment, style, time

Usage

data(randomizer)

Format

This data frame contains the following columns:

season

Season number

episode

Episode number

round

Stage of the tournament: Qualifier semi-final, Qualifier final, Round of 32, Round of 16, Quarterfinals, Semifinals, Final

challenge

Variable to help distinguish challenges within the same Coast & Round

coast

East or West

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.

randomizer1

First wheel of randomizer

randomizer2

Second wheel of randomizer

randomizer3

Third wheel of randomizer

randomizer4

Fourth wheel of randomizer

time

Length of challenge. Unit is minutes

randomizer5

Fifth wheel of randomizer

Source

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

Examples

library(tidyverse)
randomizer %>%
   group_by(season,episode,challenge,coast) %>%
   filter(round == "Semi-final")

[Package touRnamentofchampions version 0.1.0 Index]