1. Using the World Cup dataset, what is the average number of goals scored by all teams?

  2. Create a table that shows the number of times each team has won.

  3. Using the subset() function, show only data relevant to the US soccer team.

  4. Using indexing, save the first five rows of the dataset as a separate object.

  5. Bonus: Can you figure out how to subset the data to only North American teams?