get_abbr_name: Get Abbreviated Team Name

View source: R/add_variables.R

get_abbr_nameR Documentation

Get Abbreviated Team Name

Description

This function retrieves the abbreviated name of a team from the Brazilian football league.

Usage

get_abbr_name(team)

Arguments

team

The full name of the team.

Value

The abbreviated name of the team.

Examples

team_name <- "São Paulo"
get_abbr_name(team_name)


williamorim/brasileirao documentation built on Sept. 28, 2024, 8:36 a.m.