Re: [R] How to save a data set as .txt on fly?

2010-11-26 Thread Philipp Pagel
On Thu, Nov 25, 2010 at 09:23:17PM -0800, Stephen Liu wrote: Hi David, But you didn't try: DNase# which was after all the name of the object you saved. Sorry I don't follow. He is telling you that it is not surprising that 'aaa' does not exist, if the object you saved was called

Re: [R] How to save a data set as .txt on fly?

2010-11-26 Thread Stephen Liu
Hi, He is telling you that it is not surprising that 'aaa' does not exist, if the object you saved was called DNase No, such a file. Just rechecked it with Win7 search command. (Win7 has been rebooted) Again - you need to use the name of the object which happens to be 'DNase' - not

Re: [R] How to save a data set as .txt on fly?

2010-11-26 Thread Philipp Pagel
He is telling you that it is not surprising that 'aaa' does not exist, if the object you saved was called DNase No, such a file. Just rechecked it with Win7 search command. (Win7 has been rebooted) You are confusing two things here: a) Files living in the filesystem b) Objects in your

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

2010-11-25 Thread Stephen Liu
Hi folks, Win7 64bit I tried to save DNase, a data set on database, as .txt file for future use with load. I can't do it on fly; save(DNase, file=C:/Users/satimis/Documents/aaa.txt) load(file=C:/Users/satimis/Documents/aaa.txt) aaa Error: object 'aaa' not found aaa.txt Error: object

Re: [R] How to save a data set as .txt on fly?

2010-11-25 Thread David Winsemius
On Nov 25, 2010, at 10:45 PM, Stephen Liu wrote: Hi folks, Win7 64bit I tried to save DNase, a data set on database, as .txt file for future use with load. I can't do it on fly; save(DNase, file=C:/Users/satimis/Documents/aaa.txt) load(file=C:/Users/satimis/Documents/aaa.txt) aaa

Re: [R] How to save a data set as .txt on fly?

2010-11-25 Thread Stephen Liu
Hi David, But you didn't try: DNase# which was after all the name of the object you saved. Sorry I don't follow. I can't do it with following steps: DNase save(DNase, file=C:/Users/satimis/Documents/dnase.txt) load(file=C:/Users/satimis/Documents/dnase.txt) dnase Error: object