| seasons {alone} | R Documentation | 
Seasons
Description
Season summary includes location and other season level information
Usage
seasons
Format
This data frame contains the following columns:
- version
- Country code for the version of the show 
- season
- The season number 
- location
- Location 
- country
- Country 
- region
- Region 
- n_survivors
- Number of survivors. Season 4 there were 7 teams of 2. 
- lat
- Latitude 
- lon
- Longitude 
- date_drop_off
- Date the survivors where dropped off 
Source
https://en.wikipedia.org/wiki/Alone_(TV_series)
Examples
library(dplyr)
seasons |>
count(country)
[Package alone version 0.4 Index]