survivoR
75 seasons. 1417 people. 1 package!
survivoR is a collection of data sets detailing events across 75 seasons of Survivor US, Australia, South Africa, New Zealand and UK. It includes castaway information, vote history, immunity and reward challenge winners, jury votes, advantage details and a lot more.
For analysis and updates you can follow me on Bluesky @danoehm.bsky.social
For those that aren’t R users you can get the data on Google Sheets as wel, or download as an xlsx.
You can also access the data in JSON format to feed directly into applications
Installation
Install from CRAN (v2.3.7) or Git (v2.3.8).
If Git > CRAN I’d suggest install from Git. We are constantly improving the data sets so the github version is likely to be slightly improved.
install.packages("survivoR")
devtools::install_github("doehm/survivoR")
Next release
The next release is planned for the 9th Oct for CRAN. There are a few key data updates so definitely reccommend installing from Git until then.
News: survivoR 2.3.7
- Survivor Australia vs. The World added
Survivor Stats Db
Survivor Stats Db is the survivoR package’s companion. It holds interactive tables and charts detailing the castaways, challenges, vote history, confessionals, ratings, and more.
Confessional timing
Included in the package is a confessional timing app to record the length of confessionals while watching the episode.
To launch the app, first install the package and run,
library(survivoR)
launch_confessional_app()
To try it out online