survivoR v2.3.4 is now on CRAN
It includes a bunch more stuff:
- New key
sog_id
(stage of game ID) toboot_mapping
,challenge_results
, andvote_history
. This makes it easier to join those tables and reference a particular stage of the game. The stage of the game is determined by a change in players/tribe setup e.g. whenever someone is voted out, medically evacuated, switches tribes, or simply starting a new episode thesog_id
increases by 1. n_boots
is now onboot_mapping
.- Adding complete seasons
US46
- New datasets added
episode_summary
- the summary of the episode from Wikipediachallenge_summary
- a summarised version of challenge_results for easy analysis
- New fields added
- team on
challenge_results
- identifying the team that the castaways were on during the challenge
- team on
I've also added 120 tests to ensure the consistency between datasets and that the records meet appropriate logic e.g. the player who won individual immunity has immunity at Tribal Council and no one voted for them (however there are exceptions which are managed).