Displaying 20 results from an estimated 7000 matches similar to: "Export R output to Word/RTF?"
2009 Dec 12
1
Antw: Export R output to Word/RTF?
I am using SWord from statconn: http://rcom.univie.ac.at/download.html
It allows you to put r-commands into Word (similar to odfWeave). Output
is directed to Word including figures and tables. It is still a
beta-version but works fine.
Frank Bloos
>>> Wenjie Lee <wenjieleemaillist@gmail.com> 12.12.2009 00:28 >>>
Hi R Experts,
I'm aware of pdf(), jpeg(),...
2009 Dec 19
3
Inserting .png plots in MS Word.
Hi R Users,
I'm using following sample code to save png plots.
png(file="sample.png", width=8, height=6)
Then I copy or use "insert pictures" function to get the image into MS Word.
After copying, if I try to stretch or re-size the image it starts getting
distorted. Is there a way to standardized graph pixels so that the
sharpness of the graph is maintained (at least for
2012 Oct 11
2
struggling with R2wd or SWord? Try rtf!
I have been looking for a way to write R-generated reports to Microsoft
Word documents. In the past, I used the package R2wd, but for some reason
I haven't been able to get it to work on my current set up.
R version 2.15.0 (64-bit)
Windows 7 Enterprise - Service Pack 1
Microsoft Office Professional Plus 2010 - Word version
14.0.6123.5001 (32-bit)
I gave the package
2009 Oct 28
1
write to RTF format - possible?
Hi everybody,
To write a .txt file I use write.table()
Is there a way to write to a .rtf file as well?
TIA
Mark
???????????????????????????????????????
Mark Heckmann
Dipl. Wirt.-Ing. cand. Psych.
Vorstra?e 93 B01
28359 Bremen
Blog: www.markheckmann.de
R-Blog: http://ryouready.wordpress.com
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
2006 Jul 17
6
Output and Word
Hi
I have just started to have a look at R. I have used most stats software
packages and can use perl, visual basic etc. I am interested in how well
it handles lots of output e.g. tables or charts. How would you get lots
of output most easily and quickly into a Word document?
Sharon Snowdon
------------------------------------------------------------------------
-
FIGHT BACK AGAINST SPAM!
2009 Jun 30
1
odfWeave : problems with odfInsertPlot() and odfFigureCaption()
Dear Max, dear list,
I have trouble using odfInsertPlot to insert plots outside fig=TRUE
chunks.
My goal is to dump a bunch of (relatively uninteresting, but required)
graphs from within a loop, possibly interspeded with some tables. This
is not possible within a normal fig=TRUE chunk.
odfInsertPlot() is able to insert a previously saved plot. When used in
a fig=TRUE, results=hide chunk, it
2006 Jul 04
1
Exporting tables to RTF?
Greetings.
Yesterday I managed to jury-rig a system to get a table out of R and
import it into Nisus Writer Express (a word processor for Mac OS X).
What I came up with is brittle, since it depends on an AppleScript
script which has to be in a specific location and on no one touching
the computer, since the AppleScript remotely controls Nisus Writer
Express rather blindly and will make
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 Feb 28
3
Slightly OT: Does anyone use latex2rtf with sweave output ?
Hello,
I'm trying to use R (and Sweave) to pull some data out of a database and
produce some standard reports. unfortunaltey, the people who want the
reports want them in an editable format so they can add wordy bits to
the automatically generate tables and graphs.
My current plan is to use R to call a standard sweave document and pass
variables to tell what data to pull out of the db,
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,
2017 Sep 22
1
Embedding PDF into RTF document via R language
R 3.4.1
OS X and Windows
Colleagues
I have a complicated problem that includes several components:
R
RTF
PDF
Using R (and a slew of RTF commands), I assemble a text document with an RTF extension. The document contains text, tables, and images (JPEG format, previously created with R).
To ?import? the JPEG images into the document, I use the following R code:
cat("\\pard\\qc
2007 May 10
1
Failed starting rsync daemon from a remote server(ssh)
Has anyone tried to start a rsync daemon from a remote server?
I tried to execute the following command from a remote server A, but failed
[root@A ~]# ssh crcdev1 "su virtual -c
\"/usr/local/fenbu/replication/bin/rsync -v --daemon --bwlimit=1000
--config=/usr/local/fenbu/replication/conf/email_rsyncd.conf\" "
@RSYNCD: 29
@ERROR: protocol startup error
the error message in
2010 Jan 15
1
sieve: discarding vacation response
Configuration: RHEL 5.3, Dovecot 2.0 beta1, dovecot-2.0-sieve (1week old)
[wenjie at build dovecot2-2.0.beta1]$ telnet mail4a 24
Trying 172.19.1.74...
Connected to mail4a.cloud.dev.mlsrvr.com (172.19.1.74).
Escape character is '^]'.
220 mail4a Dovecot LMTP ready
mail from:<testmail4a50 at dev.p4nt5.com>
250 2.1.0 OK
rcpt to:<testmail4a2 at dev.p4nt5.com>
250 2.1.5 OK
DATA
354
2010 Jan 12
3
Dovecot 2.0 beta imap session crash report
System config:
RHEL 5.3, 64 bit
Dovecot 2.0 beta (changeset "2882650531e0", 10 days old) installed
with lda and lmtp
Symptom: IMAP session crashed when I tried to delete a non-exist
mailbox, e.g., Trash in my test
[root at mail4a LocalIntegrationTest]# telnet localhost 143
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
AUTH=PLAIN] Dovecot ready.
a login
2011 Nov 10
2
Convert RTF to ANSI color codes
Anyone have a script or utility to convert an RTF file to ANSI? The
main idea here is to preserve the color codes that are specified in
the RTF file, so they can be displayed easily in a terminal window.
2008 Feb 15
12
Transfer Crosstable to Word-Document
# Dear list,
# I am an R-beginner and
# spent the last days looking for a method to insert tables produced
# with R into a word document. I thought about SPPS: copy a table from
# an SPO-file and paste it into a word document
# (if needed do some formatting with that table).
# Annother idea was, to produce a TEX-file,
# insert it and make it a word-table.
# I found the following libraries, which
2010 Jan 15
2
Generating views in pdf, rtf, or doc format
I have a requirement to generate views (list and show views, including
data and uploaded images) into a format that can be saved and/or
emailed. I''m looking for opinions on the easiest way to achieve this.
I''ve researched the use of both PDF::Writer and Prawn, and it seems that
to re-generate my views in pdf format will require a lot of work. Is
there an easier way using .rtf
2013 Apr 02
2
exporting tables to word
Hello all,
What is your preferred method to export tables (from ftable()) to Word?
Do you just export to a text file and then copy/paste? Or perhaps via
HTML output?
Thanks,
Allie
2007 Jun 11
8
R vs. Splus in Pharma/Devices Industry
Following up to some extent on Friday's discussion regarding the
'validation' of R, could I ask the list group's opinion on possible
advantages of R over Splus from a pharma/devices perspective? I wish to
exclude the obvious price difference, which doesn’t seem to carry as much
weight as I would have thought. Besides, I have noticed many former Splus
users gravitating towards R,