pull_player_ability_upgrades: Pull Player Ability Upgrades

View source: R/pull_player_ability_upgrades.R

pull_player_ability_upgradesR Documentation

Pull Player Ability Upgrades

Description

Pull the ability upgrades chosen for each hero at each level in a match

Usage

pull_player_ability_upgrades(obj)

Arguments

obj

A 'parsed_match' object

Examples

## Not run: 
#note that this will only work with a parsed match
a <- get_match('6183712050')
b <- pull_player_ability_upgrades(a)

## End(Not run)

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