add_result {survivoR}R Documentation

Add result

Description

Adds the result and place to the data frame.

Usage

add_result(df)

Arguments

df

Data frame. Requires castaway_id and version_season.

Value

Data frame with result and place added.

Examples


library(survivoR)
library(dplyr)

get_cast("US47") |>
  add_result()


[Package survivoR version 2.3.6 Index]