pull_player_time_varying: Pull Time Varying Player Variables

pull_player_deny_progressionR Documentation

Pull Time Varying Player Variables

Description

These functions will pull the progression of the given variable (denies, last hits, experience, or gold) over time for each player in a match.

Usage

pull_player_deny_progression(obj)

pull_player_last_hit_progression(obj)

pull_player_xp_progression(obj)

pull_player_gold_progression(obj)

Arguments

obj

A 'parsed_match' object.

Value

A 5-column tibble containing match and player identifying information, timestamps (in seconds), and the value of the given variable at that timestamp

Examples

## Not run: 
a <- get_match('6156757097')
b <- pull_player_last_hit_progression(a)

## End(Not run)

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