pull_player_heroes: Pull Player Heroes

View source: R/pull_player_heroes.R

pull_player_heroesR Documentation

Pull Player Heroes

Description

Pull the hero ids/hero names for all players in a given match.

Usage

pull_player_heroes(obj, include_hero_names = TRUE)

Arguments

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.

Value

A 10x5 tibble

Examples

## Not run: 
a <- get_match('6183712050')
b <- pull_player_heroes(a)

## End(Not run)

ekholme/rdota documentation built on March 19, 2022, 1:56 p.m.