View source: R/get_parsed_matches.R
get_parsed_matches | R Documentation |
Get a vector of random match ids for parsed matches.
get_parsed_matches(less_than_match_id = NULL)
less_than_match_id |
Optional. If set, will return matches with a match id lower than this value. |
## Not run: #will return a random vector of parsed matches a <- get_parsed_matches() #will return a random vector of parsed matches with a match id less than 6192935701 b <- get_parsed_matches(less_than_match_id = 6192935701) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.