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