powered by
Adds full name to the data frame. Useful for plotting and making tables.
add_full_name(df)
Data frame with full name.
Data frame. Requires castaway_id.
castaway_id
library(survivoR) library(dplyr) get_cast("US47") |> add_full_name()
Run the code above in your browser using DataLab