get_nfl_qbr | R Documentation |
Get ESPN QBR for NFL football
get_nfl_qbr(season = 2020, week = NA, season_type = "Regular")
season |
Either numeric or character |
week |
Either NA to return season or week 1 to 4 for playoffs or 1 to 17 for regular |
season_type |
Character - either "Regular" or "Playoffs" |
Returns a tibble
# Get ALL Playoff QBR from 2016 season
get_nfl_qbr("2016", season_type = "Playoffs", week = NA)
# Get Regular season QBR for week 4 of 2019
get_nfl_qbr("2019", season_type = "Regular", week = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.