# HG changeset patch # User ylebras # Date 1544113253 18000 # Node ID 3ad2713b6c5a51c7e59ffae342ebc663eab9b4b5 # Parent 5e5e26403322b7a5b1356dde348d5bda5e443807 Uploaded diff -r 5e5e26403322 -r 3ad2713b6c5a xls2tab.r --- 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)