Write a document object into a file
writeDoc(doc, ...)
# S3 method for docx
writeDoc(doc, file, ...)
# S3 method for pptx
writeDoc(doc, file, ...)
Arguments
doc |
document object |
... |
unused |
file |
single character value, name of the html file to write. |
See also
docx
, pptx
Examples