[R] odfWeave Error

lith minilith at gmail.com
Wed Mar 17 08:58:45 CET 2010


> I am following an example from online and am getting the following error:
> ....."Error unizipping file....unzip not found".

Are zip and unzip in your path? If not you could use odfWeaveControl.

Example:

odfctrl <- odfWeaveControl(
    zipCmd = c("h:/bin/zip.exe -r $$file$$ .", "h:/bin/unzip.exe -o $
$file$$"),
)
odfWeave(template, outfile, control = odfctrl)



More information about the R-help mailing list