Mercurial > repos > ylebras > xls2tabular
changeset 27:847321a98092 draft
Deleted selected files
author | ylebras |
---|---|
date | Thu, 06 Dec 2018 12:38:16 -0500 |
parents | ff26178d8dfe |
children | e80c143bc225 |
files | xls2tab.r |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/xls2tab.r Thu Dec 06 12:37:58 2018 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#!/usr/bin/env Rscript -#Read xls/xlsx sheets - return tabular -library(readxl) - -args = commandArgs(trailingOnly=TRUE) - -sheet<-read_excel(args[1],sheet=args[2]) -write.table(sheet,"out.tabular",sep="\t",row.names=FALSE) \ No newline at end of file