wdNewDoc {R2wd} | R Documentation |
This adds a new document to a running Word Application. If a name is given, the new document is saved under the given name.
wdNewDoc(name = NULL, wdapp = .R2wd)
name |
the optional name of the file. |
wdapp |
the handle to word (usually not needed) |
Christian Ritter
## Not run: wdGet() wdNewDoc("This.doc") wdQuit() ## End(Not run)