Skip to contents

Returns detailed, season-long player statistics on a variety of splits for all portal players for 2022-23. Transfer information is sourced from Verbal Commits and is updated every 20 minutes. Commit information is updated roughly every 18 hours.

Usage

bart_transfers(stat = "all", conf_only = FALSE, active = TRUE)

Arguments

stat

Indicates statistical split (see details).

conf_only

Logical. Filters data by conference-only play; defaults to `FALSE`.

active

Logical. Filters players by portal status -- active vs. committed; defaults to TRUE (active).

Value

Returns a tibble with the number of columns dependent on the value supplied to the `stat` argument.

Details

Data is split on three statistical types, explained below:

box

Returns basic box score stats.

shooting

Returns play-by-play shooting splits.

adv

Returns advanced metrics and possession-adjusted box score statistics.

Examples

bart_transfers(stat='box')
#> # A tibble: 907 x 20
#>    player    team  pos   exp   hgt   conf      g   mpg   ppg fg_pct   oreb  dreb
#>    <chr>     <chr> <chr> <chr> <chr> <chr> <dbl> <dbl> <dbl>  <dbl>  <dbl> <dbl>
#>  1 A.J. Ham~ Char~ C     Fr    6-9   BSth      5  6.75  3.38  0.167 1.38   1.75 
#>  2 A.J. Oli~ Old ~ Wing~ Sr    6-5   CUSA     31 17.6   2.56  0.310 0.469  1.5  
#>  3 AJ Green  Nort~ Comb~ Jr    6-4   MVC      30 36.4  18.8   0.412 0.226  3.45 
#>  4 AJ Neal   Long~ Wing~ Fr    6-1   BW       14  5.75  1.88  0.4   0.125  0.438
#>  5 Aaron Ca~ Texa~ PF/C  Jr    6-6   SEC      36 11.8   2.35  0.558 1.46   1.57 
#>  6 Aaron Mu~ UC D~ PF/C  Fr    6-6   BW       22 11.0   2.08  0.514 1      1.67 
#>  7 Abdou Nd~ Illi~ PF/C  Jr    6-9   MVC      24  9.65  1.69  0.55  0.769  1.15 
#>  8 Abdoulay~ Minn~ Wing~ Fr    6-3   B10      15  3.27  0.8   0.25  0.0667 0.2  
#>  9 Adam Anh~ West~ PF/C  Jr    6-8   Sum      11  4.46  1.31  0.455 0.462  0.923
#> 10 Adong Ma~ Nort~ C     Sr    6-9   MAC      30 16.9   5.77  0.574 1.5    1.83 
#> # ... with 897 more rows, and 8 more variables: rpg <dbl>, apg <dbl>,
#> #   ast_to <dbl>, spg <dbl>, bpg <dbl>, num <chr>, year <dbl>, id <dbl>