submit_tips {monashtipr} | R Documentation |
Submit Tips
Description
Submit Tips
Usage
submit_tips(games, user, pass, comp, round = NULL)
Arguments
games |
a table of games, ideally returned from |
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 games and tips submitted via the API with a status column
Examples
## Not run:
submit_tips(games, user, pass, comp)
## End(Not run)
[Package monashtipr version 0.1.0 Index]