ComeçarComece de graça

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.

Este exercício faz parte do curso

Programming with dplyr

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Median fertility rate by region for world_bank_data
region_fert_rate <- ___ %>% 
	___

region_fert_rate
Editar e executar o código