contracts: Access all contracts from packaged internal data

View source: R/Load.R

contractsR Documentation

Access all contracts from packaged internal data

Description

contracts() loads preprocessed contract records bundled with the package, resolves each row to an NHL player ID when the player registry has a clear match, drops unresolved/ambiguous matches, and returns normalized contract seasons and money fields.

Usage

contracts()

Value

data.frame with one row per contract

Examples

all_contracts <- contracts()

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