Learn R Programming

whatr (version 1.0.1)

whatr_doubles: What are daily doubles?

Description

These types of clues have no dollar value. Players wager some of their score before hearing the clue. In the first round, one such clue is present; in the second round, there are two.

Usage

whatr_doubles(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".

Value

a list containing the question indices of the daily doubles in the first and second rounds

Format

a named list

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.

score

The amount won or lost on the wager.

Examples

Run this code
# NOT RUN {
whatr_doubles(game = 6304)
# }

Run the code above in your browser using DataLab