I need help with coding in R (Gapminder)

Here is my code:

> gapminder %>%

+ group_by(country, year = 2002)%>%

+ summarize(population > 10000000, meanlifeExp = mean(lifeExp))

More Beth Mike John's questions See All
Similar questions and discussions