Skip to contents

Get FanMatch by date

Usage

kp_fanmatch(date)

Arguments

date

Date of games to pull (YYYY-MM-DD)

Value

A data frame with the following columns:

col_nametypes
predictioncharacter
time_etcharacter
locationcharacter
thrill_scorenumeric
comebacknumeric
excitementnumeric
road_rknumeric
road_teamcharacter
home_rknumeric
home_teamcharacter
win_rknumeric
win_teamcharacter
win_scorenumeric
loss_rknumeric
loss_teamcharacter
loss_scorenumeric
possnumeric
mvpcharacter
eventcharacter
datecharacter

Examples

# \donttest{
try(kp_fanmatch(date = "2022-02-22"))
#> 2026-03-26 14:51:17.673835: Invalid arguments or no Fan Match data for 2022-02-22 available!
#> Error in kp_fanmatch(date = "2022-02-22") : object 'kenpom' not found
# }