kp_fanmatch {hoopR}R Documentation

Get FanMatch by date

Description

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_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

See Also

Other KP Misc. Functions: kp_arenas(), kp_game_attrs(), kp_hca(), kp_officials(), kp_referee(), kp_trends()

Examples


  try(kp_fanmatch(date="2022-02-22"))


[Package hoopR version 2.1.0 Index]