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

Moving with select() and everything()

You can rearrange columns in your data using select(), or the newer dplyr function relocate(). In this exercise, you'll work with the imf_data, the select() function, and some helper functions to move columns around.

Throughout this chapter, dplyr and imf_data have been loaded for you.

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

Programming with dplyr

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

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

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

# Get imf_data column names
___
कोड संपादित करें और चलाएँ