Description Usage Arguments Value Examples
Creates player tables for each position
1 | add_position_tables(model_data_list)
|
model_data_list |
List of two data frames (1) passing play-by-play (pass_model_df) and (2) rushing play-by-play (rush_model_df). |
List of dataframes with the given model_data_list, as well as the tables for each position containing the player names/IDs along with their respective number of attempts for both passing/receiving and rushing/sacks.
1 2 | # Add the player tables to the model_data_list:
model_data_list <- model_data_list %>% add_position_tables()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.