# HG changeset patch # User ylebras # Date 1544043789 18000 # Node ID cba112c87a55320e21022cd5bfeb725480c76165 # Parent cb2493afd265fdaa20f6fb06651d577bdc734299 Deleted selected files diff -r cb2493afd265 -r cba112c87a55 xlsx2tab.R --- a/xlsx2tab.R Wed Dec 05 16:02:11 2018 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#!/usr/bin/env Rscript -#Read xls 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 diff -r cb2493afd265 -r cba112c87a55 xlsx2tab.xml --- a/xlsx2tab.xml Wed Dec 05 16:02:11 2018 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,55 +0,0 @@ - - - R - r-readxl - - - - - - - - - - - - - - - - - - - - - - - - -**What it does** - -Extract a sheet from XLS file to a tabular file. - - ------- - -**Example** - -Input XLS with a sheet named 'données in situ' - -Output tabular - - ------- - -**Arguments** - -Input: xls file. -Excel sheet name: données in situ - - - - - -