get_matches {ROpenDota} | R Documentation |
Get Matches for specific player id
get_matches(account_id, limit)
account_id |
Steam ID |
limit |
matches limit |
## Not run: id_r3m1ck = "135474549" limit = 5 matches <- get_matches(account_id = id_r3m1ck, limit = limit) ## End(Not run)