whatr_players: Who are the players?

Description Usage Arguments Format Value Examples

View source: R/whatr-players.R

Description

These individuals compete to score the most points and win the 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 (usually) 3 rows and 4 variables:

first

The contestant's given name.

last

The contestant's surname name.

occupation

A short description of what the contestant does.

from

The city or institution from where the contestant comes.

Value

A tidy tibble of player info.

Examples

1
whatr_players(game = 6304)

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