Last chance! 50% off unlimited learning
Sale ends in
library(dplyr)
survivoR::castaways %>%
filter(version_season == "US42") %>%
mutate(castaway_image = get_castaway_image(castaway_id, version_season))
Run the code above in your browser using DataLab