Open and Save Word Documents
Open and save MS-Word documents.
WrdOpenFile(fn, wrd = DescToolsOptions("lastWord"))
WrdSaveAs(fn, fileformat = "docx", wrd = DescToolsOptions("lastWord"))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 |
nothing returned
Andri Signorell <andri@signorell.net>
## Not run:
# Windows-specific example
wrd <- GetNewWrd()
WrdCaption("A Report")
WrdSaveAs(fn="report", fileformat="htm")
## End(Not run)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.