【R】survivoR
2021年3月8日
1. はじめに
survivoR
は、US Servivorの全40シリーズの596エピソードのデータセットです。
2. インストール
Githubからインストールします。
devtools::install_github("doehm/survivoR")
3. 使ってみる
library(survivoR) # devtools::install_github("doehm/survivoR") head(season_summary)
> head(season_summary)
# A tibble: 6 x 17
season_name season location country tribe_setup full_name winner runner_ups final_vote
<chr> <int> <chr> <chr> <chr> <glue> <chr> <list> <chr>
1 Survivor: Bo~ 1 Pulau Tiga~ Malays~ Two tribes of~ Richard ~ Richa~ <tibble [~ 4<U+2013>3
2 Survivor: Th~ 2 Herbert Ri~ Austra~ Two tribes of~ Tina Wes~ Tina <tibble [~ 4<U+2013>3
3 Survivor: Af~ 3 Shaba Nati~ Kenya Two tribes of~ Ethan Zo~ Ethan <tibble [~ 5<U+2013>2
4 Survivor: Ma~ 4 Nuku Hiva,~ Polyne~ Two tribes of~ Vecepia ~ Vecep~ <tibble [~ 4<U+2013>3
5 Survivor: Th~ 5 Ko Tarutao~ Thaila~ Two tribes of~ Brian He~ Brian <tibble [~ 4<U+2013>3
6 Survivor: Th~ 6 Rio Negro,~ Brazil Two tribes of~ Jenna Mo~ Jenna <tibble [~ 6<U+2013>1
# ... with 8 more variables: timeslot <chr>, premiered <date>, ended <date>,
# viewers_premier <dbl>, viewers_finale <dbl>, viewers_reunion <dbl>, viewers_mean <dbl>,
# rank <dbl>
4. さいごに
なんだか機能もたくさんありそうです。