add_tribe | R Documentation |
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")
df |
Data frame. Requires |
.tribe_status |
Tribe status e.g. original, swapped, swapped_2, etc. |
Data frame with tribe
added.
library(survivoR)
library(dplyr)
confessionals |>
add_tribe()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.