Analyze the region results
You'll next call the grouped_median_for_column()
function a few more times. Keep a close eye on the results of each call!
The grouped_median_for_column()
function you defined in the previous exercise has been loaded for you in addition to the previous ones for this chapter. Remember, if you'd like to look at the grouped_median_for_column
code, run grouped_median_for_column
in the console.
Diese Übung ist Teil des Kurses
Programming with dplyr
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Median fertility rate by region for world_bank_data
region_fert_rate <- ___ %>%
___
region_fert_rate