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.
Это упражнение является частью курса
Joining Data with data.table in R
Инструкции к упражнению
Use the merge() function to left join imdb to netflix.
Интерактивное практическое упражнение
Попробуйте выполнить это упражнение, дополнив этот пример кода.
# Left join imdb to netflix
___