R/hsWriteTable.R

Defines functions `hsWriteTable`

`hsWriteTable` <-
function(d, file="",sep='\t') {
  write.table(file=file,d,quote=FALSE,sep=sep,row.names=FALSE,col.names=FALSE)
}

Try the HadoopStreaming package in your browser

Any scripts or data that you put into this service are public.

HadoopStreaming documentation built on May 2, 2019, 4:46 p.m.