kp_fanmatch: *Get FanMatch by date*

View source: R/kp_misc_stats.R

kp_fanmatchR 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"))


hoopR documentation built on Nov. 26, 2023, 1:07 a.m.