Description Usage Arguments Value Further details Examples
Converts results dataframe to win-loss dataframe
1 |
df |
A results dataframe |
ties |
How to handle ties, default is |
A win-loss dataframe
A results dataframe first 3 variables are id1, id2, result. Results can be "W", "L", or "T" or "1", "0", "0.5". The output will be a win-loss dataframe that will reorganize the first 3 variables into winner, loser and result (=1 for Win or =0.5 for ties).
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.