wdInsertBookmark {R2wd} | R Documentation |
Inserts a Bookmark at the current selection.
wdInsertBookmark(text, wdapp = .R2wd)
text |
the bookmark text. |
wdapp |
the handle to the Word Application (usually not needed). |
Christian Ritter
## Not run: wdGet() wdTitle("R2wd a package for writing Word documents from R") wdInsertBookmark("here") wdBody("This package allows ...") wdSection("General") wdGoToBookmark("here") ## End(Not run)