| seasons | R Documentation |
Seasons
Description
Season summary includes location and other season level information
Usage
seasons
Format
This data frame contains the following columns:
versionCountry code for the version of the show
seasonThe season number
subtitleSeason subtitle
locationLocation
countryCountry
regionRegion
n_survivorsNumber of survivors. Season 4 there were 7 teams of 2.
latLatitude
lonLongitude
date_drop_offDate the survivors where dropped off
Source
https://en.wikipedia.org/wiki/Alone_(TV_series)
Examples
library(dplyr)
seasons |>
count(country)