View source: R/kp_misc_stats.R
| kp_fanmatch | R Documentation |
Get FanMatch by date
kp_fanmatch(date)
date |
Date of games to pull (YYYY-MM-DD) |
A data frame with the following columns:
| col_name | types |
| prediction | character |
| time_et | character |
| location | character |
| thrill_score | numeric |
| comeback | numeric |
| excitement | numeric |
| road_rk | numeric |
| road_team | character |
| home_rk | numeric |
| home_team | character |
| win_rk | numeric |
| win_team | character |
| win_score | numeric |
| loss_rk | numeric |
| loss_team | character |
| loss_score | numeric |
| poss | numeric |
| mvp | character |
| event | character |
| date | character |
Other KP Misc. Functions:
kp_arenas(),
kp_game_attrs(),
kp_hca(),
kp_officials(),
kp_referee(),
kp_trends()
try(kp_fanmatch(date="2022-02-22"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.