Lab 3
Use the rushing dataset to compare the number of rushing attempts for players in different positions. Create a column called rushing_attempts_average
and calculate the mean grouping by position.
Create a project with a script called attempts.R
that prints a table to the console with the average numbers of attempts per game.