Skip to contents

Search for teams in the database.

Usage

search_teams(pattern = NULL, limit = 20, db_path = NULL)

Arguments

pattern

Character. Search pattern (partial match). If NULL, lists all teams.

limit

Integer. Maximum results. Default 20.

db_path

Character. Database path.

Value

Data frame of matching teams with match counts.

See also

get_team to get detailed info for a specific team, compare_teams to compare two teams

Examples

if (FALSE) { # \dontrun{
search_teams()  # List all teams
search_teams("India")
} # }