想问问R语言数据合并左连接的时候出现行数增多怎么处理啊?
foodnut_2<- merge(a,b,all.x=TRUE,by=c("idind"))
是不是指有空值的行,要去除用:foodnut2<-na.omit(foodnut2)