Skip to contents

Get comprehensive analysis of a completed match including scores, key moments, and player performances.

Usage

analyze_match(match_id, db_path = NULL)

Arguments

match_id

Character. The match ID to analyze.

db_path

Character. Database path.

Value

A bouncer_match object with match details.

See also

predict_match to predict future match outcomes, get_player to look up players from the match

Examples

if (FALSE) { # \dontrun{
match <- analyze_match("1234567")
print(match)
} # }