Skip to contents

Returns a leaderboard of player career ratings combining EPR, PSR, and BOUNCER composite ratings.

Usage

player_career_ratings(
  format = c("t20", "odi", "test"),
  role_filter = "all",
  n_top = 20,
  min_matches = 10
)

Arguments

format

Character. "t20", "odi", or "test".

role_filter

Character. Filter by role: "all", "BATTER", "BOWLER", or "ALL_ROUNDER". Default "all".

n_top

Integer. Number of players to show (NULL = all).

min_matches

Integer. Minimum matches to include (default 10).

Value

data.table with career ratings sorted by BOUNCER rating.