| wsc_play_by_plays_raw | R Documentation |
wsc_play_by_plays_raw() downloads the stored season-level World Showcase
parquet snapshot and returns the raw rows without public-schema cleanup or
situation-code padding.
wsc_play_by_plays_raw(season = 20242025)
wsc_pbps_raw(season = 20242025)
season |
integer in YYYYYYYY (e.g., 20242025); see |
data.frame with one row per raw event (play) per game
# May take >5s, so skip.
wsc_pbps_raw_20212022 <- wsc_play_by_plays_raw(season = 20212022)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.