R Crashing from code

Every time I attempt to run my code my RStudio crashes and makes me reinstall the last few packages, has anyone had this issue before?

Code:
Caloriessteps <-merge(Hourly_Calories_hourlyCalories_merged,Hourly_Steps_hourlySteps_merged, by="Id")

1 Like

The data bases are so big?

Try with the 50% of each data and with left_join()

Is there a way to take one column from a dataset and move it to the other, the rest of the columns are the same.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.