Description Usage Arguments Value Examples
Find replacement level for each position
1 | find_positional_replacement_level(model_data_list, replacement_fns)
|
model_data_list |
List of data frames:
|
replacement_fns |
List of functions:
|
The input model_data_list but with replacement-level players' names in the play-by-play data all set to be Replacement_POSITION and a new column for each of the positional tables indicating which players are replacement level.
1 2 3 | # Find positional replacement level:
model_data_list <- model_data_list %>%
find_positional_replacement_level(replacement_functions)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.