1. 학습
  2. /
  3. 강의
  4. /
  5. Programming with dplyr

Connected

연습 문제

See how that ended up

The imf_data also contains information about imports and exports. The imports_perc_change column refers to the percentage change of imports for a given country relative to the previous year. The exports_perc_change is the same but for exports instead of imports.

Get to pulling these columns out with ends_with()!

지침

100 XP
  • Return year, country, and those columns in imf_data that conclude with "change".