Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
The lapply() function
Other apply() functions
The split-apply-combine pattern
Summary
27. Exercise 4

Instruction

Perfect!

Exercise

Now we can count the total number of winners in each country to figure out which one, if any, had the most female winners. Display the output in the simplest manner possible.

Stuck? Here's a hint!

Hint 1: Use sapply() on the previously created winner_women_per_country list.

Hint 2: Each of the members is a data frame. You can use the nrow() function to figure out how many winners there are per country.