diff xlsx2tab.R @ 13:6faa8b922ac4 draft

Uploaded
author ylebras
date Wed, 05 Dec 2018 15:48:11 -0500
parents 74d5dc8f7465
children ca89facf5125
line wrap: on
line diff
--- a/xlsx2tab.R	Wed Dec 05 15:40:44 2018 -0500
+++ b/xlsx2tab.R	Wed Dec 05 15:48:11 2018 -0500
@@ -4,8 +4,7 @@
 
 args = commandArgs(trailingOnly=TRUE)
 
-#newname<-paste(args[1], "xlsx", sep=".")
-#file.copy(args[1],newname, overwrite=TRUE)
+#nfile.copy(args[1],newname, overwrite=TRUE)
 #sheet<-read_excel(newname,sheet=args[2])
 sheet<-read_excel(args[1],sheet=args[2])
 write.table(sheet,"out.tabular",sep="\t",row.names=FALSE)