View source: R/get_pro_matches.R
get_pro_matches | R Documentation |
Get a selection of randomly sampled pro matches.
get_pro_matches(less_than_match_id = NULL)
less_than_match_id |
Optional. Get matches with a match ID lower than this value |
a tibble containing a limited set of information about the match. Passing match ids to get_match
can provide more data about individual matches
## Not run: a <- get_pro_matches() #or if you want to limit to less than a certain match id b <- get_pro_matches(less_than_match_id = 6257294935) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.