Skip to contents

Returns player rankings for a specific match, ordered by total value contribution (WPA + ERA or PSV if available).

Usage

match_mvp(
  match_id,
  format = c("t20", "odi", "test"),
  source = c("local", "remote"),
  n_top = 5
)

Arguments

match_id

Character. Single match ID.

format

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

source

Character. "local" or "remote".

n_top

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

Value

data.table with match MVP rankings.