wdSave {R2wd} | R Documentation |
Save the active document. If a name is given, it is used for the new document, otherwise Word will ask.
wdSave(Name = NULL, wdapp = .R2wd)
Name |
File name (if missing, Word will ask). |
wdapp |
The handle to the Word Application (usually not needed). |
Saves the active document to the name if given or Word will ask for a name.
Christian Ritter
## Not run: wdGet() wdSave("This File.doc") wdQuit() ## End(Not run)