Scrape NFL superbowl winners for all years
scrape_superbowls()
Value
Returns a tibble
Examples
# Get superbowls
scrape_superbowls()
#> Error: Problem with `mutate()` column `sb_points`.
#> ℹ `sb_points = as.integer(substr(sb_scores, 1, 2))`.
#> ℹ `sb_points` must be size 55 or 1, not 0.