Marion Wenty
2011-Sep-16 15:18 UTC
[R] writing data from several matrices in R into one excel-file with several sheets
hello, does anyone know how I can write several matrices from R into one exel-file using different sheets for the different matrices? thank you very much in advance for your help. Marion [[alternative HTML version deleted]]
jim holtman
2011-Sep-16 17:41 UTC
[R] writing data from several matrices in R into one excel-file with several sheets
Try the XLConnect package. On Fri, Sep 16, 2011 at 11:18 AM, Marion Wenty <marion.wenty at gmail.com> wrote:> hello, > > does anyone know how I can write several matrices from R into one exel-file > using different sheets for the different matrices? > > thank you very much in advance for your help. > > Marion > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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 commented, minimal, self-contained, reproducible code. >-- Jim Holtman Data Munger Guru What is the problem that you are trying to solve?
David Winsemius
2011-Sep-16 17:44 UTC
[R] writing data from several matrices in R into one excel-file with several sheets
On Sep 16, 2011, at 11:18 AM, Marion Wenty wrote:> hello, > > does anyone know how I can write several matrices from R into one > exel-file > using different sheets for the different matrices? >You should describe what sort of searching efforts you have attempted. When I use what I think are the blindingly obvious search terms: "write excel worksheets" with the sos package function findFn I get what I would call the "usual suspects". There is also an often cited wiki page that should pop up on a Google search.> thank you very much in advance for your help. > > Marion > > [[alternative HTML version deleted]]-- David Winsemius, MD West Hartford, CT
Greg Snow
2011-Sep-16 17:45 UTC
[R] writing data from several matrices in R into one excel-file with several sheets
Look at the XLConnect package. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org 801.408.8111> -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > project.org] On Behalf Of Marion Wenty > Sent: Friday, September 16, 2011 9:19 AM > To: r-help at r-project.org > Subject: [R] writing data from several matrices in R into one excel- > file with several sheets > > hello, > > does anyone know how I can write several matrices from R into one exel- > file > using different sheets for the different matrices? > > thank you very much in advance for your help. > > Marion > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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 commented, minimal, self-contained, reproducible code.