powered by
Returns the URL for the image of the specified castaways by their `castaway_id` and season / version they were in
get_castaway_image(castaway_ids, version_season)
Character vector of URLs
Castaway ID
Version season key for the season they played
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