Displaying 2 results from an estimated 2 matches for "wdapp".
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 message in context: http://r.789695.n4.nabble.com/R2wd-error-in-wdGet-tp4632737.html
Sent from...
2012 Jul 23
1
R2wd package wdGet() error
.... 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)
Windows 7 Enterprise 2009 (Service Pack 1)
When I submit the following code
library(R2wd)
library(rcom)
wdGet()
I get this error message
Error in if (wdapp[["Documents"]][["Count"]] == 0)
wdapp[["Documents"]]$Add() :
argument is of length zero
I saw in a previous posting to r-help (
http://r.789695.n4.nabble.com/R2wd-error-in-wdGet-td4632737.html), someone
asked if RDCOMClient was installed and working properly...