Entering edit mode
shadhiksk
•
0
@shadhiksk-13179
Last seen 7.3 years ago
Hello,
I tried to merge the two data frames which are having the same column name and the values set to NA. It showed me an error
> total<-merge(l,h,by="a")
Error: cannot allocate vector of size 3.8 Gb
Can anyone suggest how to rectify and merge those two data frames!!
How large are your two data frames and of what class are they (
DataFrame
,data.frame
,data_frame
)? A bit more of a workable example will help in answering the question. Also dosessionInfo()
from within R so the relevant information about your system is known.