whatr_scores: What are player scores?

Description Usage Arguments Format Value Examples

View source: R/whatr-scores.R

Description

This data describes how players performed over the course of a game.

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

round

The round a clue is chosen.

i

The order of clue chosen.

name

First name of player responding.

score

Change in score from this clue.

double

Is the clue a daily double.

Value

Tidy tibble of clue scores.

Examples

1
whatr_scores(game = 6304)

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