View source: R/lineup_helpers.R
filter_lineup | R Documentation |
This function returns TRUE for any lineup that includes all of includes and none of excludes.
filter_lineup(lineup, includes, excludes)
lineup |
a length five vector indicating players on the floor |
includes |
a vector of ids to check for inclusion in lineup |
excludes |
a vector of ids to check for exclusion fromt he lineup |
a boolean indicating if the lineup includes all of includes and excludes all of excludes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.