Description Usage Arguments Value Examples
View source: R/get_hero_benchmarks.R
Get benchmark of single hero
| 1 | get_hero_benchmarks(hero_id)
 | 
| hero_id | Dota2 hero id. You can get the hero id using  | 
GetHeroBenchmark returns a list, which includes the details like gold per minutes, xp per minutes, kills per minutes etc.
| 1 2 3 4 5 | ## Not run: 
hero_id = "47"
viperBenchmarks <- get_hero_benchmarks(hero_id)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.