Get startedGet started for free

Right join

In this exercise, you will right join imdb to netflix. The resulting data.table should contain all entries from imdb with the release date and the number of episodes added for titles that are also listed in the netflix data.table.

This exercise is part of the course

Joining Data with data.table in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Right join imdb to netflix
___
Edit and Run Code