View source: R/get_kill_log_df.R
get_kill_log_df | R Documentation |
A function to extract enemy heroes killed and the time at which they were killed in a match
get_kill_log_df(player_data)
player_data |
A list returned by |
The function that returns a dataframe containing player ID, match ID, match date, in game time in second, name of enemy hero killed.
## Not run: get_kill_log_df(player_data) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.