get_player_lineups: Player Lineup Finder

get_player_lineupsR Documentation

Player Lineup Finder

Description

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

Usage

get_player_lineups(Lineup_Data = NA, Included = NA, Excluded = NA)

Arguments

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

Value

data frame of lineups with statistics documented in get_lineups()


jflancer/bigballR documentation built on March 1, 2025, 3:57 a.m.