Skip to content
Prev 243068 / 398500 Next

How to save a data set as .txt on fly?

On Thu, Nov 25, 2010 at 09:23:17PM -0800, Stephen Liu wrote:
He is telling you that it is not surprising that 'aaa' does not exist,
if the object you saved was called DNase
Again - you need to use the name of the object which happens to be
'DNase' - not 'dnase', 'dnase.txt' or 'aaa'
It can be read with them - only it does not look the way you expected.
If you want to export data for use in other software funcitons like
write.table may be of interest to you. Load and save are meant for use
in R, only.

cu
	Philipp