get_games | R Documentation |
get_current_games provides an API to return the current rounds matches in a data frame.
get_games(user, pass, comp, round = NULL)
user |
monash username, in text |
pass |
monash password, in text |
comp |
comp type, should be one of "normal", "gauss" or "info" |
round |
(optional), round number to return. If not provided, will try find the current round. |
A tibble, containing the matches from the currently available tipping round
## Not run:
get_games(user, pass, comp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.