get_team_scoreboard | R Documentation |
get_team_scoreboard()
retrieves information on the current game for a given team
, including but not limited to their ID, season, type, start date and time, and home and visiting teams' IDs and scores. Access get_teams()
for team
reference.
get_team_scoreboard(team = "BOS")
team |
string 3-letter Code |
tibble with one row per game
FLA_scoreboard_now <- get_team_scoreboard(team='FLA')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.