Learn R Programming

whatr (version 1.0.1)

whatr_categories: What are categories?

Description

These are collections of five clues related by subject matter.

Usage

whatr_categories(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

Tidy tibble of category titles.

Format

A tibble with (up to) 13 rows and 3 variables:

round

The round a clue is chosen.

col

The column position left-to-right.

category

Category title, often humorous or with instructions.

Examples

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

Run the code above in your browser using DataLab