diff xls2tab.r @ 22:3ad2713b6c5a draft

Uploaded
author ylebras
date Thu, 06 Dec 2018 11:20:53 -0500
parents 09ebc5a5cdc3
children
line wrap: on
line diff
--- a/xls2tab.r	Thu Dec 06 11:20:36 2018 -0500
+++ b/xls2tab.r	Thu Dec 06 11:20:53 2018 -0500
@@ -1,5 +1,5 @@
 #!/usr/bin/env Rscript
-#Read xls sheets - return tabular
+#Read xls/xlsx sheets - return tabular
 library(readxl)
 
 args = commandArgs(trailingOnly=TRUE)