whatr_airdate: What is the air date?

View source: R/whatr-airdate.R

whatr_airdateR Documentation

What is the air date?

Description

This date identifies when an episode was first viewed on television.

Usage

whatr_airdate(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 1 row and 3 variables:

game

The non-sequential J! Archive game ID.

show

The sequential show number of an episode.

date

The air date of an episode.

Value

A tidy tibble of clue text.

Examples

whatr_airdate(game = 6304)

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