whatr_clues: What are the clues?

Description Usage Arguments Format Value Examples

View source: R/whatr-clues.R

Description

Confusingly, these are posed to contestants in the form of an answer.

Usage

1

Arguments

game

One of four types of input, all passed to whatr_html():

  1. A numeric game ID.

  2. Either a 'showgame' or 'showscores' HTML document.

  3. A show number character starting with "#".

  4. An air date like "yyyy-mm-dd".

Format

A tibble with (usually) 61 rows and 4 variables:

round

The round a clue is chosen.

col

The column position left-to-right.

row

The row position top-to-bottom.

i

The order of clue chosen.

clue

The clue read to the contestants.

Value

A tidy tibble of clue text.

Examples

1
whatr_clues(game = 6304)

whatr documentation built on July 29, 2020, 5:06 p.m.