get_recent_matches {ROpenDota} | R Documentation |
Get recent matches for specific player id
get_recent_matches(account_id)
account_id |
Steam ID |
## Not run: id_r3m1ck = "135474549" recentMatches <- get_recent_matches(account_id = id_r3m1ck) ## End(Not run)