Description Usage Arguments Value Examples
Create non-QB table stats with team information
1 | create_pos_team_table(model_data_list, position)
|
model_data_list |
List of data frames:
|
position |
String indicating which position to use, can be either (1) RB/FB, (2) WR, or (3) TE. |
A different form of the position tables that are grouped by the player and team level that also includes the player's number and percentage of different attempts with respect to their team.
1 2 | # Create the RB team table:
RB_team_table <- create_pos_team_table(model_data_list, "RB")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.