Learn R Programming

DescTools (version 0.99.29)

WrdSaveAs: Save Word Document

Description

Save MS-Word documents.

Usage

WrdSaveAs(fn, fileformat = "docx", wrd = DescToolsOptions("lastWord"))

Arguments

fn

filename and -path for the document.

fileformat

file format, one out of "doc", "htm", "pdf".

wrd

the pointer to a word instance. Can be a new one, created by GetNewWrd() or an existing one, created by GetCurrWrd(). Default is the last created pointer stored in DescToolsOptions("lastWord").

Value

nothing returned

See Also

GetNewWrd()

Examples

Run this code
# NOT RUN {
#   Windows-specific example
wrd <- GetNewWrd()
WrdCaption("A Report")
WrdSaveAs(fn="report", fileformat="htm")
# }

Run the code above in your browser using DataLab