get_hero_rankings {ROpenDota} | R Documentation |
Get heroes rankings for specific player id
get_hero_rankings(account_id)
account_id |
Steam ID |
## Not run: id_r3m1ck = "135474549" rankings <- get_hero_rankings(account_id = id_r3m1ck) ## End(Not run)