View source: R/get_match_id_lane_role.R
get_match_id_lane_role | R Documentation |
A function to fetch the match IDs of the n most recent matchs that involves the player with the specific player ID and the specific lane role.
get_match_id_lane_role(player_id, n, lane_role)
player_id |
The numeric ID of your Dota 2 account, numeric |
n |
The number of match IDs you want, numeric |
lane_role |
Off lane = 1, mid lane = 2, safe lane = 3, numeric |
The function returns a numeric vector containing the match IDs of the n most recent matchs that involves the player with with the specific player ID and the specific lane role.
## Not run: get_match_id_lane_role(123456, 20, 2) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.