1. Learn
  2. /
  3. Courses
  4. /
  5. Programming with dplyr

Connected

Exercise

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.

Instructions 1/2

undefined XP
    1
    2
  • Remind yourself of the order of the imf_data column names.