Re: [R] Dataframe to word, using R2wd

2010-05-15 Thread Tal Galili
Fishery Biologist > Department of the Interior > US Fish & Wildlife Service > California, USA > > > > - Original Message > > From: Tal Galili > > To: Jeremy Miles > > Cc: r-help@r-project.org > > Sent: Sat, May 15, 2010 1:03:12 AM > >

[R] Dataframe to word, using R2wd

2010-05-15 Thread Felipe Carrillo
3:12 AM > Subject: Re: [R] Dataframe to word, using R2wd > > Hi Jeremy, 1) This is not the command to use on data.frames, it is: > wdTable 2) There is a slightly newer version of R2wd, that (for now) can only > be downloaded > here: http://www.r-statistics.com/2010/05/exporting-r-out

[R] Dataframe to word, using R2wd

2010-05-15 Thread Felipe Carrillo
  Felipe D. Carrillo Supervisory Fishery Biologist Department of the Interior US Fish & Wildlife Service California, USA - Original Message > From: Tal Galili > To: Jeremy Miles > Cc: r-help@r-project.org > Sent: Sat, May 15, 2010 1:03:12 AM > Subject: Re: [R

Re: [R] Dataframe to word, using R2wd

2010-05-15 Thread Felipe Carrillo
Wildlife Service California, USA - Original Message > From: Tal Galili > To: Jeremy Miles > Cc: r-help@r-project.org > Sent: Sat, May 15, 2010 1:03:12 AM > Subject: Re: [R] Dataframe to word, using R2wd > > Hi Jeremy, 1) This is not the command to use on data.frames,

Re: [R] Dataframe to word, using R2wd

2010-05-15 Thread Tal Galili
Hi Jeremy, 1) This is not the command to use on data.frames, it is: wdTable 2) There is a slightly newer version of R2wd, that (for now) can only be downloaded here: http://www.r-statistics.com/2010/05/exporting-r-output-to-ms-word-with-r2wd-an-example-session/ (That posts also offers a step by st

[R] Dataframe to word, using R2wd

2010-05-14 Thread Jeremy Miles
Hi All, I'm trying to use R2wd to send a dataframe to Word. The dataframe isn't huge - 300 rows, 12 variables, although it has some long strings in it. Using: wdTable(format(myDataFrame)) or wdTable(myDataFrame) Produces a very complex table, which Word struggles to process and layout. (I c