[R] r2wd (Write R to Word) in Chinese

2015-03-19 Thread jpm miao
Hi, The package "r2wd" is good at writing MS Word document from R. Can Chinese be written into MS Word by this package or any other method from R? Are Chinese fonts (e.g., Kai 楷書) available in r2wd? Thanks! [[alternative HTML version deleted]]

Re: [R] R2wd package wdGet() error

2012-07-23 Thread Robert Baer
On 7/23/2012 4:25 PM, Jean V Adams wrote: 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 pr

[R] R2wd package wdGet() error

2012-07-23 Thread Jean V Adams
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 versio

Re: [R] R2wd error in wdGet

2012-06-12 Thread Bart Joosen
I had this problem when my word was already open and asking for saving a file. So the VBA was already busy. Bart -- View this message in context: http://r.789695.n4.nabble.com/R2wd-error-in-wdGet-tp4632737p4633080.html Sent from the R help mailing list archive at Nabble.com. ___

Re: [R] R2wd error in wdGet

2012-06-11 Thread Andreia Leite
ad a file. > > HTH, > > Rob > > Error in if (wdapp[["Documents"]][["Count"**]] == 0) > wdapp[["Documents"]]$Add() : > argument is of length zero > >> >> > > -Original Message- From: Andreia Leite > Sent: Thur

Re: [R] R2wd error in wdGet

2012-06-10 Thread Robert Baer
to download a file. HTH, Rob Error in if (wdapp[["Documents"]][["Count"]] == 0) wdapp[["Documents"]]$Add() : argument is of length zero -Original Message- From: Andreia Leite Sent: Thursday, June 07, 2012 2:53 PM To: r-help@r-project.org Subject:

[R] R2wd error in wdGet

2012-06-07 Thread Andreia Leite
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

[R] R2wd: Insert MS Word field

2012-04-02 Thread Michael Bach
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 wor

[R] R2wd

2011-02-18 Thread rookie r user
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", :

[R] R2wd and ESS: printing source?

2010-07-14 Thread Bill Harris
-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 - -

Re: [R] R2wd- how to open an existing document

2010-07-06 Thread Felipe Carrillo
he Interior US Fish & Wildlife Service California, USA - Original Message > From: Erik Iverson > To: Felipe Carrillo > Cc: r-h...@stat.math.ethz.ch > Sent: Tue, July 6, 2010 3:03:31 PM > Subject: Re: [R] R2wd- how to open an existing document > > Having no cl

Re: [R] R2wd- how to open an existing document

2010-07-06 Thread Erik Iverson
Having no clue about the specifics here, but what about: wdGet(filename = "myDoc.doc", path = "c:/mydata") You are leaving out what "didn't work" means. What error are you receiving? Felipe Carrillo wrote: Hi: How can one open an existing word document with wdGet() I am getting an error messa

[R] R2wd- how to open an existing document

2010-07-06 Thread Felipe Carrillo
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