Description Usage Arguments Value
Parse game from an SQBS tournament
1 2 3 4 5 6 7 8 9 10 | parse_game_sqbs(
round,
game_num,
line,
team1_name,
team1,
team2_name,
team2,
bonuses
)
|
round |
The round of the tournament |
game_num |
An integer indicating the game's order within the round on the stats report |
line |
The game score line |
team1_name |
The name of the team listed first |
team1 |
The player score line of the team listed first |
team2_name |
The name of the team listed second |
team2 |
The player score line of the team listed second |
bonuses |
The bonus stat line |
Returns a named list of two data frames, one containing player stats (conveniently named "player_stats") and the other team stats ("team_stats").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.