Returns event teams given event key. Either key or simple overrides statuses
Examples
read_event_teams("2016hop")
#> Error in read_event_teams("2016hop"): could not find function "read_event_teams"
read_event_teams("2016hop", statuses = TRUE)
#> Error in read_event_teams("2016hop", statuses = TRUE): could not find function "read_event_teams"
read_event_teams("2016hop", simple = TRUE)
#> Error in read_event_teams("2016hop", simple = TRUE): could not find function "read_event_teams"
read_event_teams("2016hop", keys = TRUE)
#> Error in read_event_teams("2016hop", keys = TRUE): could not find function "read_event_teams"