| wsc_play_by_play_raw | R Documentation |
wsc_play_by_play_raw() returns the raw flattened World Showcase play-by-play
as served by the NHL API for one game. Use wsc_play_by_play() for the
cleaned public schema that repairs common clock/order defects and appends the
derived public columns.
wsc_play_by_play_raw(game = 2023030417)
wsc_pbp_raw(game = 2023030417)
game |
integer ID (e.g., 2025020275); see |
data.frame with one row per event (play)
wsc_raw_Martin_Necas_legacy_game <- wsc_play_by_play_raw(game = 2025020275)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.