get_rune_log_df: A function to extract the rune log

View source: R/get_rune_log_df.R

get_rune_log_dfR Documentation

A function to extract the rune log

Description

A function to extract the type of rune a player got and the time at which the rune was got.

Usage

get_rune_log_df(player_data)

Arguments

player_data

A list returned by get_player_data

Value

The function returns a dataframe containing player ID, match ID, match date, in game time in second, name of the rune you got.

Examples

## Not run: 
get_rune_log_df(player_data)

## End(Not run)

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