Plot Error - Summarize function

This is what I get when I try to run the tmp code.

tmp <- edx %>%
left_join(avg_movie_rating, by='movieId')
Error: cannot allocate vector of size 68.7 Mb

97% of my memory usage is by RStudio.
If you don't mind could I please mail you my full code? Could you tell me if it runs?
I would truly appreciate the help.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.