View source: R/pull_player_heroes.R
pull_player_heroes | R Documentation |
Pull the hero ids/hero names for all players in a given match.
pull_player_heroes(obj, include_hero_names = TRUE)
obj |
A 'parsed_match' object. |
include_hero_names |
logical. If TRUE, will include a column with hero names as well as hero id. If FALSE, will only include hero id. |
A 10x5 tibble
## Not run: a <- get_match('6183712050') b <- pull_player_heroes(a) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.