| boot_order | R Documentation |
Similar to the castaways dataset, boot_order records the order in which castaways
left the game. If a player was voted out of the game, returned to the game like seasons
such as Redemption Island, and then voted out again, they will have two rows in the table.
boot_order
This data frame contains the following columns:
versionCountry code for the version of the show
version_seasonVersion season key
seasonSeason number
castaway_idID of the castaway (primary key). Consistent across seasons and name changes e.g. Amber Brkich / Amber Mariano. The first two letters reference the country of the version played e.g. US, AU (TBA).
castawayName of castaway. Generally this is the name they were most commonly referred to or nickname e.g. no one called Coach, Benjamin. He was simply Coach
episodeEpisode number
dayNumber of days the castaway survived. A missing value indicates they later returned to the game that season
orderBoot order. Order in which castaway was voted out e.g. 5 is the 5th person voted of the island
resultFinal result
https://en.wikipedia.org/wiki/Survivor_(American_TV_series);
https://survivor.fandom.com/wiki/Main_Page;
ack_ features from Matt Stiles https://github.com/stiles/survivor-voteoffs
library(dplyr)
castaways %>%
filter(season == 40)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.