Learn R Programming

survivoR (version 2.3.5)

add_result: Add result

Description

Adds the result and place to the data frame.

Usage

add_result(df)

Value

Data frame with result and place added.

Arguments

df

Data frame. Requires castaway_id and version_season.

Examples

Run this code

library(survivoR)
library(dplyr)

get_cast("US47") |>
  add_result()

Run the code above in your browser using DataLab