standings: Access the standings for a date

View source: R/League.R

standingsR Documentation

Access the standings for a date

Description

standings() returns public standings for one date with one row per team, including rank, record, points, streak, division/conference, and normalized team fields.

Usage

standings(date = "now")

Arguments

date

character in 'YYYY-MM-DD' (e.g., '2025-01-01'); see seasons() for reference

Value

data.frame with one row per team

Examples

standings_Halloween_2025 <- standings(date = '2025-10-31')

nhlscraper documentation built on June 29, 2026, 1:06 a.m.