View source: R/summarize_lineup_performance.R
summarize_lineup_performance | R Documentation |
Summarize the performance of each unique lineup in the provided pbp data
summarize_lineup_performance(
dat,
minimum_minutes,
round = 4,
player_data = NULL,
use_player_initials = FALSE
)
dat |
a tibble with play-by-play data |
minimum_minutes |
lineups with fewer minutes played that this will be excluded |
round |
round advanced stats to this many places |
player_data |
a tibble with msf player data, used to create lineup_ids. If not provided, player ids are left uninterpreted |
use_player_initials |
if TRUE (and if player_data provided) the lineup is shown as player initials + jersey number instead of last name |
a tibble with summary statistics for each unique lineup in the provided data
Other summarize_lineup:
compare_lineups()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.