R/hsWriteTable.R

`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 1, 2019, 9:12 p.m.