get_match_details {ROpenDota} | R Documentation |
Get Match Details
Description
Get details of a single match
Usage
get_match_details(match_id)
Arguments
match_id |
Dota2 match id. You can get them of a specific player using |
Value
GetMatchDetails returns a list, which includes the details like result, duration and etc.
Examples
## Not run:
match_id = "3114150257"
matchDetails <- get_match_details(match_id)
## End(Not run)
[Package ROpenDota version 0.1.2 Index]