Coerces team identifiers into TBA-legal format
Arguments
- n
Team identifier as numeric or string
Value
TBA-legal identifier
Examples
tf(1712)
#> Error in tf(1712): could not find function "tf"
tf("frc1712")
#> Error in tf("frc1712"): could not find function "tf"
tf("1712")
#> Error in tf("1712"): could not find function "tf"