View source: R/pull_player_kda.R
pull_player_kda | R Documentation |
Pull the final kills-deaths-assists (KDA) scores for all players in a match.
pull_player_kda(obj)
obj |
A 'parsed_match' object. |
## Not run: a <- get_match('6156757097') b <- pull_player_kda(a) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.