get_team_scoreboard: Get team scoreboard as of now

View source: R/Team.R

get_team_scoreboardR Documentation

Get team scoreboard as of now

Description

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.

Usage

get_team_scoreboard(team = "BOS")

Arguments

team

string 3-letter Code

Value

tibble with one row per game

Examples

FLA_scoreboard_now <- get_team_scoreboard(team='FLA')

nhlscraper documentation built on Aug. 8, 2025, 6:28 p.m.