'Rbinding two big datasets

I got two quite big datasets (190MB and 157.4 MB), which I would like to merge into one big dataset. However, when I try to combine those datasets with rbind R gives me the following error: "cannot allocate vector of size 421.1 MB).

Since I'm quite new into R I would really appreciate your help. Thank you so much in advance!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source