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