НачатьНачать бесплатно

Sign up for your local union, all

You are at a spot now to start putting three of the Venn diagrams together. Can you identify the relationship between union_all(), union(), and intersect()?

Venn Diagram of Set Operations

Try out all three to see if you can find the relationship in terms of the number of rows each function returns when comparing asia_wb_combos to imf_combos.

asia_wb_combos andimf_combos have been loaded for you.

Это упражнение является частью курса

Programming with dplyr

Посмотреть курс

Инструкции к упражнению

  • Intersect asia_wb_combos with imf_combos.
  • Take a union of asia_wb_combos with imf_combos.
  • Return all rows (even duplicates) from each of asia_wb_combos and imf_combos.

Интерактивное практическое упражнение

Попробуйте выполнить это упражнение, дополнив этот пример кода.

# Intersect Asia World Bank data combos with IMF combos
___

# Union Asia World Bank data combos with IMF combos
___

# Give all rows in both Asia World Bank data and IMF combos
___
Редактировать и запускать код