View source: R/get_college_qbr.R
get_college_qbr | R Documentation |
Get ESPN QBR for College football
get_college_qbr(season = 2020, type = "season")
season |
Numeric or character - greater than 2004 |
type |
character - "season" or "weekly" |
tibble
# Get college QBR from 2014 for players at season level
get_college_qbr(season = 2014, type = "season")
# Get weekly college QBR from 2019
# Note the mix of playoffs/bowls and regular season
get_college_qbr(2019, type = "weekly")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.