Learn R Programming

whatr (version 1.0.1)

whatr_players: Who are the players?

Description

These individuals compete to score the most points and win the game.

Usage

whatr_players(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 tidy tibble of player info.

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.

Examples

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

Run the code above in your browser using DataLab