标签: r merge dataframe
我想将两个不同大小的数据框(139161和5024)与此顺序合并
data<-merge(canal,growth,by="animal", all=T)
但新dim(data)为144185,必须为139161。
dim(data)
139161