get_match | R Documentation |
This function queries data for a given match. You can use it in conjunction with several pull_*() helpers to get and tidy match data
get_match(match_id)
match_id |
Match ID to query |
tidy |
logical. If TRUE (the default), will return a tidied tibble with class "rdota_match." If FALSE, will return the raw response body as a list. |
## Not run: a <- get_match('6019587919') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.