odfWeaveControl: Control odfWeave options

Description Usage Arguments Value Author(s) See Also Examples

Description

Allows the user to specify how odfWeave operates and style information for the document.

Usage

1
2
3
4
odfWeaveControl(zipCmd = c("zip -r $$file$$ .", "unzip -o $$file$$"), 
                cleanup = !debug, 
                verbose = TRUE, 
                debug = FALSE)

Arguments

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?

debug

a logical: should intermediate files be kept to aid debugging?

Value

a list with element for each of the arguments above.

Author(s)

Max Kuhn

See Also

odfWeave

Examples

1
odfWeaveControl(cleanup = TRUE)

odfWeave documentation built on May 2, 2019, 6:51 p.m.