R: Coercing LHS to a list时间:2023-03-10 04:54:11 # Coercing LHS to a list expr_3$ID<-rownames(expr_3) # OK ids<-rownames(expr_3)expr_4<-cbind(expr_3, ID=ids)