1. 학습
  2. /
  3. 강의
  4. /
  5. Joining Data with data.table in R

Connected

연습 문제

Full join

Using the same data.tables as the previous exercise, this time use merge() to perform a full join to build a new data.table containing all rows present in either netflix or imdb.

지침 1/2

undefined XP
    1
    2

Use the merge() function to full join the netflix and imdb data.tables.