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.