Learn R Programming

nhlscraper (version 0.4.2)

standings: Access the standings for a date

Description

standings() scrapes the standings for a given date.

Usage

standings(date = "now")

Value

data.frame with one row per team

Arguments

date

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

Examples

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

Run the code above in your browser using DataLab