1. Learn
  2. /
  3. Courses
  4. /
  5. Joining Data with data.table in R

Connected

Exercise

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.

Instructions 1/2

undefined XP
    1
    2

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