Displaying 1 result from an estimated 1 matches for "rar0".
Did you mean:
rar
2003 Apr 27
0
Thanks for: no response of the tab key
...s list is
really excellent!
The answer, for you other beginners, is
in R a tab is represented "\t"
Tord
>
>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.
>
>...