powered by
Gets information about NBA franchises
get_teams_details(teams = NULL, team_ids = NULL, all_teams = T, assign_to_environment = TRUE, return_message = T)
vector of team names
vector of team ids
if TRUE returns all team names
TRUE
if TRUE assigns each table to a data frame in your environment starting with data
if TRUE returns a message
a `data_frame`
# NOT RUN { get_teams_details(all_teams = TRUE, assign_to_environment = TRUE) # }
Run the code above in your browser using DataLab