Description Usage Arguments Value See Also Examples
List the Sports currently available on Matchbook.com.
1 | mb_get_sports(session_data, nsports = 1000)
|
session_data |
A session object returned from a successful |
nsports |
The number of sports for which details are required. Default is 1000. |
If successful, a data frame with the following fields:
sport name
the type of the sport
sport id
1 2 3 | ## Not run: my_session <- mb_login("my_user_name","versafepassword");
mb_get_sports(session_data=my_session)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.