View source: R/update_tournament.R
update_tournament | R Documentation |
Update loaded tournament data frame by date range
update_tournament(min_date, max_date)
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') |
See tournament
for expanded variables list
To update tournament frame with games from March 16th to March 18th:
update_tournament('2022-03-16', '2022-03-18')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.