Open 'Guess The Player' Quiz App

open_colleagues_quiz(all_players)

Arguments

all_players

Data.frame. Data fetched from Transfermarkt with get_players.

Value

Opens a Shiny app.

Examples

if (FALSE) {
# Fetch player data from Transfermarkt
epl_players <- get_players(1992:2020, "England")

# Open Shiny App
open_colleagues_quiz(epl_players)
}