changeset 22:3ad2713b6c5a draft

Uploaded
author ylebras
date Thu, 06 Dec 2018 11:20:53 -0500
parents 5e5e26403322
children 6877e6cd1d02
files xls2tab.r
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)