all_star_games: NBA All Star Games

all_star_gamesR Documentation

NBA All Star Games

Description

Returns scores from All-Star Games

Usage

all_star_games(include_aba = T, return_message = T)

Arguments

include_aba

if 'TRUE' includes ABA scores

return_message

if 'TRUE' returns a message

Value

a 'tibble'

Examples

library(dplyr)
library(nbastatR)
df_asg <-
all_star_games()
df_asg %>% glimpse()
df_asg %>% count(namePlayerMVP, sort = T)

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