pull_player_deny_progression | R Documentation |
These functions will pull the progression of the given variable (denies, last hits, experience, or gold) over time for each player in a match.
pull_player_deny_progression(obj) pull_player_last_hit_progression(obj) pull_player_xp_progression(obj) pull_player_gold_progression(obj)
obj |
A 'parsed_match' object. |
A 5-column tibble containing match and player identifying information, timestamps (in seconds), and the value of the given variable at that timestamp
## Not run: a <- get_match('6156757097') b <- pull_player_last_hit_progression(a) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.