[BioC] save R object
Sean Davis
sdavis2 at mail.nih.gov
Fri Jun 1 12:09:55 CEST 2007
On Friday 01 June 2007 06:07, ruma wrote:
> Dear List,
>
> I have trouble saving my R objects in the home directory.
> I tried using the save(), write(), sink() function, but all save the files
> in a format which can be viewed only in the R environment.
> Is there any other way in which we can store the R outputs in standard
> formats which can be viewed in vi editor or any other editor...???
> As my output data is quite large enough, the output scrolls over the screen
> and I'm unable to view it...and hence, fail to analyze it..!! Can anyone
> help me in this regard..??
What objects are you trying to view/analyze/save? In any case, look at
write.table.
Sean
More information about the Bioconductor
mailing list