Get league settings data from Yahoo! Fantasy API.
Source:R/y_league_settings.R
y_league_settings.Rd
Each Yahoo! Fantasy league can have unique settings. Given a valid league key this function returns those settings for you.
Arguments
- league_key
League key as a string or vector of strings in the form "000.l.0000". League key can be found with `y_games()`.
- 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
Print function activity.