WrdSaveAs | R Documentation |
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>
GetNewWrd()
## Not run:
# Windows-specific example
wrd <- GetNewWrd()
WrdCaption("A Report")
WrdSaveAs(fn="report", fileformat="htm")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.