powered by
Adds tribe to a data frame for a specified stage of the game e.g. original, swapped, swapped_2, etc.
add_tribe(df, .tribe_status = "Original")
Data frame with tribe added.
tribe
Data frame. Requires version_season and castaway_id,
version_season
castaway_id
Tribe status e.g. original, swapped, swapped_2, etc.
library(survivoR) library(dplyr) confessionals |> add_tribe()
Run the code above in your browser using DataLab