powered by
This grid contains all the categories, clues, and answers in a game.
whatr_board(game)
One of four types of input, all passed to whatr_html():
whatr_html()
A numeric game ID.
Either a 'showgame' or 'showscores' HTML document.
A show number character starting with "#".
An air date like "yyyy-mm-dd".
A tidy tibble of clue text.
A tibble with (usually) 61 rows and 4 variables:
The round a clue is chosen.
The column position left-to-right.
The row position top-to-bottom.
The order of clue chosen.
Category title, often humorous or with instructions.
The clue read to the contestants.
The correct answer to a clue.
# NOT RUN { whatr_board(game = 6304) # }
Run the code above in your browser using DataLab