This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Tab delemited .CSV in R

Hello, I am trying to write .csv table in R but not getting it as tab-delimited. Could you please help me out of this?

Thanks in advance

The command I used -

write.table(topTable_F_vs_Brakishwater,file="topTable_F_vs_Brakishwater.csv",quote=T,col.names=NA, sep="\t") write.table(topTable_F_vs_Brakishwater,file="topTable_F_vs_Brakishwater.csv",quote=T,col.names=NA, sep=";")

https://ibb.co/KxP41Fy

r

Hello baurumon!

We believe that this post does not fit the main topic of this site.

This is a simple R question. Please search stackoverflow or read documentation.

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

0 answers

No answers yet.

Log in to answer this question.