Learn R Programming

survivoR (version 2.3.5)

add_full_name: Add full name

Description

Adds full name to the data frame. Useful for plotting and making tables.

Usage

add_full_name(df)

Value

Data frame with full name.

Arguments

df

Data frame. Requires castaway_id.

Examples

Run this code

library(survivoR)
library(dplyr)

get_cast("US47") |>
  add_full_name()

Run the code above in your browser using DataLab