Scrape NFL superbowl winners for all years
scrape_superbowls()
Returns a tibble
# Get superbowls
scrape_superbowls()
#> Error in dplyr::mutate(., season = substr(team, 1, 4), team = substr(team, 6, nchar(team)), superbowl = "Won Superbowl", sb_points = as.integer(substr(sb_scores, 1, 2))): Problem while computing `sb_points = as.integer(substr(sb_scores, 1,
#> 2))`.
#> ✖ `sb_points` must be size 56 or 1, not 0.