update_tournament: Update tournament data

View source: R/update_tournament.R

update_tournamentR Documentation

Update tournament data

Description

Update loaded tournament data frame by date range

Usage

update_tournament(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 tournament for expanded variables list

Examples

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

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