Description Usage Arguments Value Source Examples
View source: R/cfb_metrics_ppa_predicted.R
Calculate Predicted Points using Down and Distance
| 1 | cfb_metrics_ppa_predicted(down, distance)
 | 
| down | (Integer required): Down filter | 
| distance | (Integer required): Distance filter | 
A data frame with 2 variables:
yard_lineinteger.
predicted_pointscharacter.
https://api.collegefootballdata.com/ppa/predicted
| 1 2 3 | cfb_metrics_ppa_predicted(down = 1, distance = 10)
cfb_metrics_ppa_predicted(down = 3, distance = 10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.