get_kill_log_df: A function to extract the kill log

View source: R/get_kill_log_df.R

get_kill_log_dfR Documentation

A function to extract the kill log

Description

A function to extract enemy heroes killed and the time at which they were killed in a match

Usage

get_kill_log_df(player_data)

Arguments

player_data

A list returned by get_player_data, list

Value

The function that returns a dataframe containing player ID, match ID, match date, in game time in second, name of enemy hero killed.

Examples

## Not run: 
get_kill_log_df(player_data)

## End(Not run)

huayingq1996/DotaR documentation built on March 31, 2022, 2:03 a.m.