get_matches {ROpenDota} | R Documentation |
Get Matches for specific player id
Description
Get Matches for specific player id
Usage
get_matches(account_id, limit)
Arguments
account_id |
Steam ID |
limit |
matches limit |
Examples
## Not run:
id_r3m1ck = "135474549"
limit = 5
matches <- get_matches(account_id = id_r3m1ck, limit = limit)
## End(Not run)
[Package ROpenDota version 0.1.2 Index]