odfWeaveControl {odfWeave} | R Documentation |
Allows the user to specify how odfWeave operates and style information for the document.
odfWeaveControl(zipCmd = c("zip -r $$file$$ .", "unzip -o $$file$$"), cleanup = !debug, verbose = TRUE, debug = FALSE)
zipCmd |
a string for the zipping/unzipping the |
cleanup |
a logical: remove the working directory? |
verbose |
a logical: should details be printed? |
debug |
a logical: should intermediate files be kept to aid debugging? |
a list with element for each of the arguments above.
Max Kuhn
odfWeaveControl(cleanup = TRUE)