Message-ID: <3EABE36A.606@pdf.com>
Date: 2003-04-27T14:04:26Z
From: Sundar Dorai-Raj
Subject: no response of the tab key
Tord Snall wrote:
> Dear all,
> I want to produce a tab separated text file but R 1.6.2 does not respond to
> the tab key on my keyboard.
>
> When I paste:
> write.table(alla.obt.rar0, "obt.txt", sep=" ", quote=F, row.names=F)
>
> into the console it looks like this:
>
> write.table(alla.obt.rar0, "obt.txt", sep="", quote=F, row.names=F)
>
> Has anyone had a similar problem?
>
> I use Win Xp on a Dell machine.
>
>
Use sep="\t" to insert tabs.
regards,
sundar