teams_details: NBA teams details

View source: R/team_tables.R

teams_detailsR Documentation

NBA teams details

Description

Gets information about NBA franchises

Usage

teams_details(
  teams = NULL,
  team_ids = NULL,
  all_teams = F,
  assign_to_environment = TRUE,
  return_message = T
)

Arguments

teams

vector of team names

team_ids

vector of team ids

all_teams

if TRUE returns all team names

assign_to_environment

if TRUE assigns each table to a data frame in your environment starting with data

return_message

if TRUE returns a message

Value

a 'tibble'

Examples

teams_details(all_teams = TRUE, assign_to_environment = TRUE)


abresler/nbastatR documentation built on Nov. 9, 2023, 2:33 p.m.