get_match_id | R Documentation |
A function to fetch the match IDs of the n most recent matchs that involves the player with the specific player ID provided by the user.
get_match_id(player_id, n)
player_id |
The numeric ID of your Dota 2 account, numeric |
n |
The number of match IDs you want, numeric |
The function returns a numeric vector containing the match IDs of the n most recent matchs that involves the player with the specific player ID provided by the user.
## Not run: get_match_id(123456, 20) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.