View source: R/sleeper_connect.R
sleeper_connect | R Documentation |
This function creates a connection object which stores parameters and a user ID if available.
sleeper_connect( season = NULL, league_id = NULL, user_name = NULL, user_agent = NULL, rate_limit = TRUE, rate_limit_number = NULL, rate_limit_seconds = NULL, ... )
season |
Season to access on Sleeper - if missing, will guess based on system date (current year if March or later, otherwise previous year) |
league_id |
League ID (currently assuming one league at a time) |
user_name |
Sleeper user_name - optional - attempts to get user's user ID |
user_agent |
User agent to self-identify (optional) |
rate_limit |
TRUE by default - turn off rate limiting with FALSE |
rate_limit_number |
number of calls per |
rate_limit_seconds |
number of seconds as denominator for rate_limit |
... |
other arguments (for other methods) |
a list that stores Sleeper connection objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.