ComeçarComece de graça

Contain-ted love

You can use the contains() function inside of select() to return columns with names that contain a particular string. You'll work with the imf_data to return different subsets of columns with a string argument to contains().

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.

# Choose country, year, and columns with "gdp" in their name
imf_data %>% 
	select(___)
Editar e executar o código