Learn R Programming

whatr (version 1.0.1)

whatr_data: What is the board?

Description

This is the name for game mechanic displaying all categories and clues.

Usage

whatr_data(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 of tibbles.

Examples

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

Run the code above in your browser using DataLab