[R] Image into Excel file from R

2010-04-25 Thread Harsh
Hi useRs, I would like to know what R users are employing to get their images/plots created in R, into Excel sheets. I am aware of the various packages (xlsReadWrite, RODBC) to get data frames into R, but I would like to copy images too. Thank you for any help in solving this problem. Regards,

Re: [R] Image into Excel file from R

2010-04-25 Thread Tal Galili
Hi Harsh, I don't know the answer, But I would suggest you search and look at: rcom Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |

Re: [R] Image into Excel file from R

2010-04-25 Thread David Winsemius
On Apr 25, 2010, at 1:13 PM, Harsh wrote: Hi useRs, I would like to know what R users are employing to get their images/plots created in R, into Excel sheets. I am aware of the various packages (xlsReadWrite, RODBC) to get data frames into R, but I would like to copy images too. I guess

Re: [R] Image into Excel file from R

2010-04-25 Thread Harsh
Thank you for the current set of replies. I am trying to send an image (png,jpeg) into an excel sheet after I have already sent a data table. To send a data table I am using (xlsReadWrite package and have also used the RODBC package). I wanted to create a plot in R and paste it into Excel from

Re: [R] Image into Excel file from R

2010-04-25 Thread Gabor Grothendieck
Check this list for possibilities to try: http://rwiki.sciviews.org/doku.php?id=tips:data-io:ms_windowss=excel On Sun, Apr 25, 2010 at 1:42 PM, Harsh singhal...@gmail.com wrote: Thank you for the current set of replies. I am trying to send an image (png,jpeg) into an excel sheet after I have

Re: [R] Image into Excel file from R

2010-04-25 Thread johannes rara
See: https://stat.ethz.ch/pipermail/r-help/2010-January/225841.html -J __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide

Re: [R] Image into Excel file from R

2010-04-25 Thread Hans-Peter Suter
I am aware of the various packages (xlsReadWrite, RODBC) to get data frames into R, but I would like to copy images too. The xlsReadWritePro version could do it (see code below). It's a shareware package, but if people need/ask for a gratis license I send it (please download and check ?xls.lic

Re: [R] Image into Excel file from R

2010-04-25 Thread Erich Neuwirth
RExcel has a VBA command InsertCurrentRPlot which will put the current R plot into an Excel file. RExcel is an Excel addin and can be installed through the package RExcelInstaller available on CRAN. On 4/25/2010 8:11 PM, Hans-Peter Suter wrote: I am aware of the various packages (xlsReadWrite,