bref_teams_stats: Basketball Reference teams seasons data

Description Usage Arguments Value See Also Examples

Description

Get all available team tables from BREF for specified seasons

Usage

1
2
3
4
5
6
7
8
bref_teams_stats(
  seasons = 2019,
  return_message = TRUE,
  assign_to_environment = TRUE,
  nest_data = FALSE,
  join_data = TRUE,
  widen_data = TRUE
)

Arguments

seasons

vector of years from 1950 to current

return_message

if TRUE returns message

assign_to_environment

if TRUE assigns data

widen_data

if TRUE returns data in wide form

Value

a tibble with a list of tibbles

See Also

Other BREF: bref_awards_votes(), bref_awards(), bref_bios(), bref_players_stats(), dictionary_bref_coaches(), dictionary_bref_players(), dictionary_bref_teams()

Examples

1
bref_teams_stats(seasons = 2017:2018)

bonusrp/nbastatRR documentation built on Jan. 4, 2020, 9:10 p.m.