Skip to contents

Look up a team and get their current ELO ratings.

Usage

get_team(name, format = NULL, db_path = NULL)

Arguments

name

Character. Team name.

format

Character. Format for ELO: "t20", "odi", "test".

db_path

Character. Database path.

Value

A bouncer_team object.

See also

compare_teams to compare two teams, predict_match to predict match outcome, search_teams to find teams by name

Examples

if (FALSE) { # \dontrun{
india <- get_team("India")
print(india)
} # }