Mercurial > repos > anmoljh > csv_to_rdata
diff csv2rdata.R @ 3:d98e0124cb31 draft default tip
planemo upload commit ed84801645679d29264a5946c6e7669d26c07f39-dirty
| author | anmoljh |
|---|---|
| date | Wed, 18 Oct 2017 08:41:12 -0400 |
| parents | 85944f34e129 |
| children |
line wrap: on
line diff
--- a/csv2rdata.R Wed Oct 18 08:17:03 2017 -0400 +++ b/csv2rdata.R Wed Oct 18 08:41:12 2017 -0400 @@ -13,7 +13,7 @@ dataX <- file[,1:(col-1)] dataY <- file[,col] stopifnot(nrow(dataX) == length(dataY)) - saveRDS(dataX,dataY,file=arg2) + save(dataX,dataY,file=arg2) } else{ cat("the Outcome column has less number of entry than number of compounds.please check input file.\n",file=stderr())
