Checks that a provided team name
Arguments
- team
team name to check
Value
TRUE if team is in ECAC and formatted correctly, FALSE otherwise
Examples
teamIsValid(team="rensselaer") # TRUE
#> Error in teamIsValid(team = "rensselaer"): could not find function "teamIsValid"
teamIsValid(team="RIT") # FALSE
#> Error in teamIsValid(team = "RIT"): could not find function "teamIsValid"