still_alive: Still alive

View source: R/helpers.R

still_aliveR Documentation

Still alive

Description

Finds the set of players that are still alive at either the start or end of an episode, or given a set number of boots.

Usage

still_alive(.vs, .ep = NULL, .n_boots = NULL, .at = "end")

Arguments

.vs

Version season

.ep

Episode to evaluate who is alive.

.n_boots

Number of boots

.at

Either 'start' or 'end'. If 'start' the flag will indicate who is alive at the start of the episode. If 'end' it will indicate who is alive at the end of the episode i.e. after tribal council.

Value

Data frame

Examples


library(survivoR)
library(dplyr)

# at the end of the episode
still_alive("US47", 12)

# at the start of the episode
still_alive("US47", 12, .at = "start")


survivoR documentation built on April 3, 2025, 5:34 p.m.