View source: R/lineup_helpers.R
subset_pbp_by_player_ids | R Documentation |
subset a pbp datset according to players that must be, or must not be, in the current lineup
subset_pbp_by_player_ids(pbp, includes, excludes)
pbp |
a processed play-by-play dataset |
includes |
a vector of player ids that must be in |
excludes |
a vector of player ids that myst not be in |
a pbp dataset subset according to includes and excludes
Other lineup_helpers:
get_lineup_initials()
,
get_lineup_last_names()
,
tag_pbp_by_player_ids()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.