get_match_details {ROpenDota} | R Documentation |
Get details of a single match
get_match_details(match_id)
match_id |
Dota2 match id. You can get them of a specific player using |
GetMatchDetails returns a list, which includes the details like result, duration and etc.
## Not run: match_id = "3114150257" matchDetails <- get_match_details(match_id) ## End(Not run)