Displaying 20 results from an estimated 200 matches similar to: "struggling with R2wd or SWord? Try rtf!"
2013 Feb 13
1
plot rtf in landscape orintation
Hello All,
I 'm trying to plot R graph in landscape orientation in a .rtf file.
i 'm using library(rtf) for this.
do we have any option in addPlot() function to rotate the orientation of
the rtf file?
Thank you,
Deepthi BM
PGDB-10-10-04
Institute of Bioinformatics and Applied Biotechnology
Biotech Park, Electronic City, Phase I, Bengaluru-560100
2010 Mar 30
3
[PATCH 1/2] Refactor guest and volume creation into Sys::VirtV2V::Target::LibVirt
Move all target-specific functionality into its own module in preparation for
output to RHEV.
---
MANIFEST | 1 +
lib/Sys/VirtV2V/Connection.pm | 46 ++---
lib/Sys/VirtV2V/Converter.pm | 138 +------------
lib/Sys/VirtV2V/Target/LibVirt.pm | 419 +++++++++++++++++++++++++++++++++++++
lib/Sys/VirtV2V/Transfer/ESX.pm | 91 +++------
po/POTFILES.in
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
2011 Aug 08
0
Print-quality output from R: some questions about R2wd
Hi,My major problem with R was always the quality of the output. Recently I found R2wd, which solved this problem. R2wd makes it possible to write output directly to a word file, end to produce high-quality tables.I have two problems with R2wd, however.1. The documentation says it is possible to open an existing doc file in R2wd (wdGet(filename="hoepedepoep.doc")). This does not work
2012 Jun 07
1
R2wd error in wdGet
Dear list,
I'm trying to use R2wd package. I've installed the package and try wdGet().
However a error message came up. I'm presently using R 2.15.0
> wdGet()
Error in if (wdapp[["Documents"]][["Count"]] == 0)
wdapp[["Documents"]]$Add() :
argument is of length zero
Does anyone knows what this means?
Thanks a lot.
Andreia Leite
--
View this
2012 Apr 02
0
R2wd: Insert MS Word field
Hello Everyone,
the basic idea is to generate an initial (MS Word) report by R (plots,
tables and outline structure), pass this document around so everyone
can add / change content (except plots and tables) and later to be
able to update the R plot / table logic and update the already
modified word file.
I was toying around with the R2wd [1] package to test whether it is a
viable way of writing
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 example, the data named 'bod' should look
like as:
2012 Jul 23
1
R2wd package wdGet() error
I am having trouble using the R2wd package. The last time I used it
successfully, I was running an earlier version of R and an earlier version
of Word with an earlier Windows OS. I'm not sure which if any of these
changes might be contributing to the problem. Right now I'm using
R version 2.15.0 (2012-03-30) for Windows
MS Word 2010 version 14.0.6112.5000 (32-bit)
2011 Feb 18
0
R2wd
Hi all,
I'm currently trying to get accustomed to R and some of its packages, thus
need some help for a package called R2wd. As I am trying to use the wdGET()
function I'm getting the following message:
Error in if (!(tmp[["ActiveDocument"]][["Name"]] == filename))
tmp$Open(paste("path", :
argument is of length zero
Does anybody know what that means?
2010 Jul 15
0
R2wd and ESS: printing source?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm using R2wd and ESS. ESS-mode doesn't let one fill wdBody() calls,
and printing out of Emacs (M-x print-buffer or M-x print-region) doesn't
wrap, so I miss most of the text on printed listings. What do others
do to address that?
Thanks,
Bill
- --
Bill Harris http://makingsense.facilitatedsystems.com/
Facilitated
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 example, the data named 'bod' should look like as:
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" "121"
"$22,534.01"
[2,]
2010 Jul 06
1
R2wd- how to open an existing document
Hi:
How?can one open an existing word document with wdGet()
I?am getting an error message when trying to open it like this:
wdGet(filename="myDoc.doc",path="c/mydata")
Looking at Tal Galili's website example it appears that double backslashes
are used but i tried it and didn't work either. Thanks
?
Felipe D. Carrillo
Supervisory Fishery Biologist
Department of the
2010 Apr 14
1
[PATCH] Change the date format used in RHEV OVF output
Date formats were previously undefined in RHEV's OVF output. They are now
defined as: 'yyyy/mm/dd hh:mm:ss'.
This change updates dates output by virt-v2v to use the new format.
---
lib/Sys/VirtV2V/Target/RHEV.pm | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/lib/Sys/VirtV2V/Target/RHEV.pm b/lib/Sys/VirtV2V/Target/RHEV.pm
index
2011 Mar 11
2
[PATCH 1/2] Allow reading more data than the reported size of a volume
If a volume is not an exact multiple of 512 bytes, qemu-img will report its size
rounded down to a 512 byte boundary. However, when copying, the file is still
read until EOF, which will return more data than was expected. This change
prevents that causing a failure in itself.
The situation is still not resolved, however, as there are still situations
where this will cause a failure. For example,
2007 Jan 11
2
In-place editor for a whole form?
I want to implement in-place editing for a hierarchical structure where
the nodes are not simple text fields, but need to be represented by at
least two input elements.
The Rails helpers only support in-place editing for a text field,
scriptaculous''s controls.js beyond that implements support for an
in-place editor containing a select element. I need an editor where I
essentially
2007 Jul 24
1
ggplot2 axis color
Hi:
Does anyone have an idea on how to color the axis and
labels using ggplot2? This is what I got:
library(ggplot2)
p <- qplot(total_bill, tip, data = tips)
NewPlot<- p + geom_abline(slope=c(0.1,0.15,0.2),
colour=c("red","blue","yellow"),size=c(2,5,2))
NewPlot + geom_smooth(colour="green",
size=3,linetype=3)
2006 Aug 04
2
Generating RTF documents?
Hi,
I need to implement some RTF export for a customer. According to some
"templates", i generate RTF documents, filling data coming from models.
It''s pretty much like a mailmerge, but in *nix/ruby world.
Also, customer would like (in the future) to upload himself the
templates, so he can modify them by his own.
Can anyone advice me on an elegant solution?
Thank you,
2007 Oct 25
0
Can't use ruby-rtf gem
I''m new to ruby, rails, and gems, and trying to add an feature to a
RoR''s app so users can export a file, and then edit it using
Microsoft''s Word. (This is an app where telling folks to use
OpenOffice or some other editor isn''t really an option). So I
researched a little and think that using ruby-rtf to create rtf files
is the best way to go. However, I can
2011 Aug 30
1
Creating ODS RTF-style output in R XXXX
Hello everyone,
I have been using the sink() function as follows:
x<-rnorm(100)
sink("C:\\Users\\dan\\Desktop\\Current Events\\myhw.txt",
append=TRUE,split=TRUE)
m1<-c(Mean=mean(x),SD=sd(x),Min=min(x),Max=max(x))
m1
sink()
===
Is it possible to create tabular style output very much like the ODS RTF
STYLE=JOURNAL protocol in SAS (which returns a nicely formatted table with