| advantage_movement | R Documentation |
A dataset containing the movement details of each advantage or hidden immunity idol. Each row
is considered an event e.g. the idol was found, played, etc. If the advantage changed hands
it records who received it. The logical flow is identified by the sequence_id.
advantage_movement
This data frame contains the following columns:
versionCountry code for the version of the show
version_seasonVersion season key
seasonThe season number
castawayName of the castaway involved in the event e.g. found, played, received, etc.
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.
advantage_idThe ID / primary key of the advantage
sequence_idThe sequence of events. For example sequence_id == 1 usually means the advantage was found. Each subsequent event follows the sequence_id
dayThe day the event occurred
episodeThe episode the event occurred
eventThe event e.g. the advantage was found, played, received, etc
played_forIf the advantage or idol was played this records who it was played for
played_for_idthe ID for who the advantage or idol was played for
successIf the play was successful or not. Only relevant for advantages since playing a hidden immunity idol is always successful in terms of saving who it was played for.
votes_nullifiedIn the case of hidden immunity idols this is the count of how many votes were nullified when played
sog_idStage of game ID for joining to vote_history and challenge_results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.