get_match_details: Get Match Details

Description Usage Arguments Value Examples

View source: R/get_match_details.R

Description

Get details of a single match

Usage

1

Arguments

match_id

Dota2 match id. You can get them of a specific player using get_matches.

Value

GetMatchDetails returns a list, which includes the details like result, duration and etc.

Examples

1
2
3
4
5
## Not run: 
match_id = "3114150257"
matchDetails <- get_match_details(match_id)

## End(Not run)

rosdyana/ROpenDota documentation built on May 7, 2019, 11:15 a.m.