Description Usage Arguments Value Examples
Open 'Guess The Player' Quiz App
1 | open_colleagues_quiz(all_players)
|
all_players |
Data.frame. Data fetched from
Transfermarkt with
|
Opens a Shiny app.
1 2 3 4 5 6 7 8 | ## Not run:
# Fetch player data from Transfermarkt
epl_players <- get_players(1992:2020, "England")
# Open Shiny App
open_colleagues_quiz(epl_players)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.