| castaways {survivoR} | R Documentation |
Castaways
Description
A dataset containing details on the results for every castaway and season
Usage
castaways
Format
This data frame contains the following columns:
versionCountry code for the version of the show
version_seasonVersion season key
seasonSeason number
season_nameSeason name
full_nameFull name of the castaway
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
ageAge of the castaway during the season they played
cityCity of residence during the season they played
stateState of residence during the season they played
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
result_numberResult number i.e. the final place. NA for castaways that were voted out but later returned e.g. Redemption Island
jury_statusJury status
original_tribeOriginal tribe name
finalistLogical.
TRUEif the castaway was a finalistsjuryLogical.
TRUEif the castaway was a jury memberwinnerLogical.
TRUEif the castaway was the winner
Details
Note that in the seasons where castaways returned to the game e.g. Redemption Island, a castaway may appear twice.
Source
https://en.wikipedia.org/wiki/Survivor_(American_TV_series) https://survivor.fandom.com/wiki/Main_Page
Examples
library(dplyr)
castaways %>%
filter(season == 40)