whatr_answers: What are the answers?

View source: R/whatr-answers.R

whatr_answersR Documentation

What are the answers?

Description

These must be given by the contestants in the form of a question as a response to the clues given.

Usage

whatr_answers(game)

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 (up to) 61 rows and 5 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.

answer

The correct answer to a clue.

Value

A tidy tibble of answer text.

Examples

whatr_answers(game = 6304)

kiernann/whatr documentation built on April 16, 2022, 9:55 p.m.