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.
Este exercício faz parte do curso
Joining Data with data.table in R
Instruções do exercício
Use the merge() function to left join imdb to netflix.
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Left join imdb to netflix
___