parse_game_sqbs: Parse game from an SQBS tournament

Description Usage Arguments Value

Description

Parse game from an SQBS tournament

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
parse_game_sqbs(
  round,
  game_num,
  line,
  team1_name,
  team1,
  team2_name,
  team2,
  bonuses
)

Arguments

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

Value

Returns a named list of two data frames, one containing player stats (conveniently named "player_stats") and the other team stats ("team_stats").


ryanrosenberg/hsqbdb documentation built on Feb. 8, 2022, 11:29 a.m.