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 = TRUE, verbose = TRUE)
zipCmd |
a string for the zipping/unzipping the odt file
via a system call. The token $$file$$ will be gsub'ed with the file name. |
cleanup |
a logical: remove the working directory? |
verbose |
a logical: should details be printed? |
a list with element for each of the arguments above.
Max Kuhn
odfWeaveControl(cleanup = TRUE)