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
___