Thanks very much. It was exactly what I want. >From next time, I will try to figure out more by myself.:-) Thanks again.
Younhee. ---- Original message ---- >Date: Fri, 31 Dec 2004 15:54:11 -0500 >From: "Roger D. Peng" <[EMAIL PROTECTED]> >Subject: Re: [R] Export the R object >To: "Ko,Younhee" <[EMAIL PROTECTED]> >Cc: [email protected] > >If you want to export data frame, you can use write.table() to write out a CSV >(comma separated value) file, which you can then read into Excel. > >-roger > >Ko,Younhee wrote: >> Hi, >> >> I just have a quick question. >> If I got some result as the result of R, how can I export >> the result object? >> >> I mean, if I want to use the result object in Excel or other >> program in order to more specific investigation, how can I >> export it? >> >> If I just list the result and copy, >> The result is like this.. >> >> >> [586] "BB170029A10B06" "BB170029A20E06" >> >> First column, automatically show the number of result and >> other result also include the "". >> >> If I want to use this result, I have to manipulate the >> result by myself(I mean e.g remove " and remove [586] like >> this way)????? >> >> Or there is any good way to export this result object to >> other program? >> >> Please help me. >> >> Thanks in advance. >> ======================== >> Younhee Ko([EMAIL PROTECTED]) >> >> http://comedu.korea.ac.kr/~unygo >> contact : 217-417-4868 >> Graduate Student in Dept. of Computer Science >> University of Illinois at Urbana-Champaign >> >> ______________________________________________ >> [email protected] mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide! http://www.R- project.org/posting-guide.html >> ======================== Younhee Ko([EMAIL PROTECTED]) http://comedu.korea.ac.kr/~unygo contact : 217-417-4868 Graduate Student in Dept. of Computer Science University of Illinois at Urbana-Champaign ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
