.seq_pages_fn | R Documentation |
The Yahoo! API only returns 25 players at a time. So if you want more than 25 players you need to create a sequence of uri that call 25 players each.
.seq_pages_fn(start, count, i = 25)
start |
What count to start at. |
count |
Number of players to return. |
i |
Response length. |
I.E. If 50 players are desired you need 2 params: 'start=0;count=25' and 'start=25;count=25'
This function takes a desired number of players (count) and how deep in the player list to start (start) and turns them into a sequence of params with length 25.
A vector of strings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.