challenge_description: Challenge Description

challenge_descriptionR Documentation

Challenge Description

Description

A dataset detailing the challenges played and the elements they include over all seasons of Survivor

Usage

challenge_description

Format

This data frame contains the following columns:

challenge_id

Primary key

challenge_name

The name of the challenge. Challenges can go by different names but where possible recurring challenges are kept consistent. While there are tweaks to the challenges where the main components of the challenge consistent they share the same name

puzzle

If the challenge contains a puzzle element

race

If the challenge is a race between tribes, teams or individuals

precision

If the challenge contains a precision element e.g. shooting an arrow, hitting a target, etc

endurance

If the challenge is an endurance event e.g. last tribe, team, individual standing

strength

If the challenge has a strength based

turn_based

If the challenge is turn bases i.e. conducted in rounds

balance

If the challenge contains a balancing element. My refer to the player balancing on something or the player balancing an object on something e.g. The Ball Drop

food

If the challenge contains a food element e.g. the food challenge, biting off chunks of meat

knowledge

If the challenge contains a knowledge component e.g. Q and A about the location

memory

If the challenge contains a memory element e.g. memorising a sequence of items

fire

If the challenge contains an element of fire making / maintaining

water

If the challenge is held, in part, in the water

Details

The features of each challenge have been determined largely through string searches of key words or phraces in the challenge description. It may not capture the full essence of the challenge but on the whole will provide a good basis for analysis.

Please log any suggested corrections at https://github.com/doehm/survivoR

For updated data please see the git version.

Source

https://survivor.fandom.com/wiki/Category:Challenges

Examples

library(dplyr)
library(tidyr)
challenge_description

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