lbenz730 / ncaahoopR

An R package for working with NCAA Basketball Play-by-Play Data
MIT License
198 stars 48 forks source link

Score Column Error #86

Closed vigslayer closed 1 year ago

vigslayer commented 1 year ago

Running these two commands and I'm getting errors pulling pbp data. Just installed R, devtools and hoopR.

pbp_games <- get_master_schedule('2022-11-09') pbp_data <- get_pbp_game(pbp_games[,1])

image

Running R 4.1.0

Any thoughts?

Thanks, Mike

lbenz730 commented 1 year ago

Looks like no PBP exists for that game (https://www.espn.com/mens-college-basketball/game/_/gameId/401494479)

I pushed a fix to better handle when no Play-by-Play exist. Just re-install package and give it a whirl.