update_player: Update player box data

View source: R/update_player.R

update_playerR Documentation

Update player box data

Description

Update loaded player data frame by date range. Function might take several minutes to run.

Usage

update_player(min_date, max_date)

Arguments

min_date

Tail of date range in year/month/date format (e.g. '2022-03-16')

max_date

Head of date range in year/month/date format (e.g. '2022-03-18')

Value

See player_box for expanded variables list

Examples

To update player frame with games from March 16th to March 18th:
update_player('2022-03-16', '2022-03-18')

andreweatherman/ncaat documentation built on April 14, 2022, 9:44 a.m.