get_lh_dn_df: A function to extract the last hit/deny data

View source: R/get_lh_dn_df.R

get_lh_dn_dfR Documentation

A function to extract the last hit/deny data

Description

A function to extract the last hit/deny data from the list returned by get_player_data

Usage

get_lh_dn_df(player_data)

Arguments

player_data

A list returned by get_player_data, lsit

Value

The function returns a dataframe containing player ID, match ID, match date, last hit count, and deny count

Examples

## Not run: 
get_lh_dn_df(player_data)

## End(Not run)

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