Learn R Programming

hoopR (version 2.1.0)

kp_fanmatch: Get FanMatch by date

Description

Get FanMatch by date

Usage

kp_fanmatch(date)

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

Arguments

date

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

See Also

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

Examples

Run this code
# \donttest{
  try(kp_fanmatch(date="2022-02-22"))
# }

Run the code above in your browser using DataLab