शुरू करेंमुफ़्त में शुरू करें

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().

यह अभ्यास पाठ्यक्रम का हिस्सा है

Programming with dplyr

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Choose country, year, and columns with "gdp" in their name
imf_data %>% 
	select(___)
कोड संपादित करें और चलाएँ