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)

Example output

URL does not seem to exist: https://api.opendota.com/api/matches/3114150257
Here's the original error message:
Failed to connect to api.opendota.com port 443: Connection refused

ROpenDota documentation built on May 2, 2019, 6:43 a.m.