get_castaway_image: Castaway images

View source: R/helpers.R

get_castaway_imageR Documentation

Castaway images

Description

Returns the URL for the image of the specified castaways by their 'castaway_id' and season / version they were in

Usage

get_castaway_image(castaway_ids, version_season)

Arguments

castaway_ids

Castaway ID

version_season

Version season key for the season they played

Value

Character vector of URLs

Examples

library(dplyr)

survivoR::castaways %>%
  filter(version_season == "US42") %>%
  mutate(castaway_image = get_castaway_image(castaway_id, version_season))

survivoR documentation built on July 9, 2023, 5:21 p.m.