View source: R/get_rune_log_df.R
get_rune_log_df | R Documentation |
A function to extract the type of rune a player got and the time at which the rune was got.
get_rune_log_df(player_data)
player_data |
A list returned by |
The function returns a dataframe containing player ID, match ID, match date, in game time in second, name of the rune you got.
## Not run: get_rune_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.