WrdSaveAs {DescTools} | R Documentation |
Open and Save Word Documents
Description
Open and save MS-Word documents.
Usage
WrdOpenFile(fn, wrd = DescToolsOptions("lastWord"))
WrdSaveAs(fn, fileformat = "docx", wrd = DescToolsOptions("lastWord"))
Arguments
fn |
filename and -path for the document. |
fileformat |
file format, one out of |
wrd |
the pointer to a word instance. Can be a new one, created by |
Value
nothing returned
Author(s)
Andri Signorell <andri@signorell.net>
See Also
Examples
## Not run:
# Windows-specific example
wrd <- GetNewWrd()
WrdCaption("A Report")
WrdSaveAs(fn="report", fileformat="htm")
## End(Not run)
[Package DescTools version 0.99.55 Index]