The code below failed, and while I am sure its something that is on my end, I am not sure why.
options(stringsAsFactors = F)
## load the libraries
library(nhlscrapr)
## bruins pens game
GID <- "2015020477"
SEASON <- "20152016"
process.single.game(season=SEASON, gcode=GID, override.download = TRUE)
The file that I am interested in is located here
The error is
Downloading files for game 20152016 2015020477
Pausing: 20
NULL
Warning message:
In download.single.game(season, gcode, rdata.folder, ...) :
Could not recover x-y coordinates.
The code below failed, and while I am sure its something that is on my end, I am not sure why.
The file that I am interested in is located here
The error is