get_player_lineups | R Documentation |
This function finds all lineups from a given lineup data source that include/exclude certain players. It acts as a quick way to filter lineups for players
get_player_lineups(Lineup_Data = NA, Included = NA, Excluded = NA)
Lineup_Data |
a data frame of lineups created from get_lineups() |
Included |
a character vector of players to be included in all lineups |
Excluded |
a character vector of players to be excluded from all lineups |
data frame of lineups with statistics documented in get_lineups()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.