You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the URL in the scrape_box() function needs to be changed.
Instead of url_text <- paste0("http://stats.ncaa.org/contests/", game_id, "/box_score")
It should be url_text <- paste0("http://stats.ncaa.org/game/index/", game_id)
The text was updated successfully, but these errors were encountered:
I believe the URL in the scrape_box() function needs to be changed.
Instead of
url_text <- paste0("http://stats.ncaa.org/contests/", game_id, "/box_score")
It should be
url_text <- paste0("http://stats.ncaa.org/game/index/", game_id)
The text was updated successfully, but these errors were encountered: