search for: indata1

Displaying 1 result from an estimated 1 matches for "indata1".

Did you mean: indata
2012 May 16
1
Merging multiple data sets
...1:file_no){ myfile <- gsub("( )", "", paste(subsetname , "_", n,".rda")) temp_data <- load(file = myfile) data_22 <- get(temp_data) if(dim(output_data_prod)[1]==0){output_data_prod <- data_22 }else{ output_data_prod <- merge(inData1 = output_data_prod, inData2 = data_22 ,type = "inner", all=FALSE , by =c("x11"))} } ----- Bharat Warule Cypress Analytica , Pune -- View this message in context: http://r.789695.n4.nabble.com/Merging-multiple-data-sets-tp4630244.html Sent from the R help mailing list arc...