Returns a tibble containing descriptive meta data for all Yahoo! fantasy
games and leagues participated in by the logged in user. Data returned
describes both past and current games and includes but is not limited to
game codes, year, scoring type and league name.
Usage
y_games(token_name = NULL, debug = FALSE, quiet = TRUE)
Arguments
- token_name
Name used for assignment when creating token object with y_create_token().
- debug
returns a list of data such as uri call and content. Useful for debugging.
- quiet
Toggle function messages.
Details
Function is memoised