[R] Export dataframe to txt

2007-01-08 Thread Benjamin Dickgiesser
Hi all, Is there a function to export a dataframe to a text file? I want to store a large set of data which I have saved in a dataframe in my workspace and copy and past doesn't cut it. Thank you, Benjamin __ R-help@stat.math.ethz.ch mailing list

Re: [R] Export dataframe to txt

2007-01-08 Thread Detlef Steuer
On Mon, 8 Jan 2007 11:17:24 + Benjamin Dickgiesser [EMAIL PROTECTED] wrote: Hi all, Is there a function to export a dataframe to a text file? I want to store a large set of data which I have saved in a dataframe in my workspace and copy and past doesn't cut it. see ?write.table Hth

Re: [R] Export dataframe to txt

2007-01-08 Thread Henrique Dallazuanna
?write.table On 08/01/07, Benjamin Dickgiesser [EMAIL PROTECTED] wrote: Hi all, Is there a function to export a dataframe to a text file? I want to store a large set of data which I have saved in a dataframe in my workspace and copy and past doesn't cut it. Thank you, Benjamin

Re: [R] Export dataframe to txt

2007-01-08 Thread Zoltan Kmetty
#Try: Write.table(...) #Zoltan 2007/1/8, Benjamin Dickgiesser [EMAIL PROTECTED]: Hi all, Is there a function to export a dataframe to a text file? I want to store a large set of data which I have saved in a dataframe in my workspace and copy and past doesn't cut it. Thank you, Benjamin

Re: [R] Export dataframe to txt

2007-01-08 Thread Petr Pikal
:[R] Export dataframe to txt Hi all, Is there a function to export a dataframe to a text file? I want to store a large set of data which I have saved in a dataframe in my workspace and copy and past doesn't cut it. Thank you, Benjamin