get_games {monashtipr} | R Documentation |
Get Games
Description
get_current_games provides an API to return the current rounds matches in a data frame.
Usage
get_games(user, pass, comp, round = NULL)
Arguments
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. |
Value
A tibble, containing the matches from the currently available tipping round
Examples
## Not run:
get_games(user, pass, comp)
## End(Not run)
[Package monashtipr version 0.1.0 Index]