powered by
hsWriteTable(d, file = "", sep = "\t")
write.table
d=data.frame(a=c('hi','yes','no'),b=c(1,2,3)) rownames(d) <- c('row1','row2','row3') write.table(d) hsWriteTable(d)
Run the code above in your browser using DataLab