wdInsertBookmark {R2wd}R Documentation

Insert a Bookmark.

Description

Inserts a Bookmark at the current selection.

Usage

wdInsertBookmark(text, wdapp = .R2wd)

Arguments

text the bookmark text.
wdapp the handle to the Word Application (usually not needed).

Author(s)

Christian Ritter

Examples

## 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)

[Package R2wd version 1.1 Index]