search for: wdtable

Displaying 5 results from an estimated 5 matches for "wdtable".

Did you mean: ddtable
2011 Dec 21
2
Using wdTable() within R2wd package‏
Hi All, I am trying to use the wdTable() function within R2wd package to send a dataframe to MS-word. However, there is a problem with the tables that are generated by R. For some reason the header row of the table also contains all the data. You can see it by dragging the bottom border of the table down to make the row wider. For exa...
2011 Aug 31
0
wdTable() in R2wd
Hi all, I've been using the wdTable() function from R2wd package and it's been working great. However I just tried to do the following: > table.2 Waste Rebate code Chargeable (fin_map) Quantity (qty) Total [1,] "Waste" "Rebate code" "CHG"...
2011 Dec 21
0
Problem of using wdTable() within R2wd package
Hi All, I am trying to use the wdTable() function within R2wd package to send a dataframe to MS-word. However, there is a problem with the tables that are generated by R. For some reason the header row of the table also contains all the data. You can see it by dragging the bottom border of the table down to make the row wider. For exa...
2010 May 15
1
Dataframe to word, using R2wd
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 can't work out what the table is - it seems to be nested tables. Converting to text gives one long column.) Using wdBody(MyDataFrame) or wdNormal(MyDataFrame) Is t...
2010 Aug 22
0
R Report (was RE: R-help Digest, Vol 90, Issue 25)
...a package called R2wd which I've recently discovered and have been using. It allows one to put data frames (it's the only object I've tried so far) into a very nicely Word formatted table. E.g in its documentation it has this example: wdGet() wdTitle("The example mtcars") wdTable(format(mtcars)) I've used it to get the summary coefficients table from lm() into Word nicely. Once it is in Word, it is easy to change the format of the table to your "standard" format. This is a very new package but there's certainly lots of potentials in it. Another package...