View source: R/get_win_lose_df.R
get_win_lose_df | R Documentation |
A function to extract the match outcome.
get_win_lose_df(player_data)
player_data |
A list returned by |
The function returns a dataframe containing player ID, match ID, match date, and the match outcome. Win = 1, loss = 0.
## Not run: get_win_lose_df(player_data) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.