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

Exercise

Left join

In this exercise, you will practice left joins! In a left join, rows from only the left (or the first) data.table will be retained.

Both netflix and imdb are available in your workspace.

Instructions

100 XP

Use the merge() function to left join imdb to netflix.