get_matches: Get Matches for specific player id

Description Usage Arguments Examples

View source: R/get_matches.R

Description

Get Matches for specific player id

Usage

1
get_matches(account_id, limit)

Arguments

account_id

Steam ID

limit

matches limit

Examples

1
2
3
4
5
6
## Not run: 
id_r3m1ck = "135474549"
limit = 5
matches <- get_matches(account_id = id_r3m1ck, limit = limit)

## End(Not run)

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