Skip to content

trying to run odfWeave()

2 messages · Lore M, Max Kuhn

#
I get this question about twice a week.

Look at the help file. ?odfWeave says:

"Since ODF files are compressed archives of files and directories, R
will need to zip and unzip the source file. While R has an unzip
utility, it does not have one for re-zipping files, so an external
application is needed. unzip and zip are free utilities located at

http://www.info-zip.org/"
You will need to create an odt document with the R code in it, then

   odfWeave(inFile, outFile)

will take the input odt file and produce an output odt file. Please see:

   http://www.r-project.org/conferences/useR-2007/program/presentations/kuhn.pdf

for an idea of how it works.

And read the posting guide.

Max