Skip to contents

Get comprehensive performance analysis for a player including stats, skills, and performance trends.

Usage

analyze_player(name_or_id, format = NULL, db_path = NULL)

Arguments

name_or_id

Character. Player name or ID.

format

Character. Format to analyze: "t20", "odi", "test", or NULL for all.

db_path

Character. Database path.

Value

A bouncer_player_analysis object with stats, skills, and trends.

See also

get_player for basic player lookup, compare_players to compare two players, plot_skill_progression to visualize skill changes over time

Examples

if (FALSE) { # \dontrun{
analysis <- analyze_player("Virat Kohli", format = "t20")
print(analysis)
} # }