wdInsertBookmark: Insert a Bookmark.

Description Usage Arguments Author(s) Examples

Description

Inserts a Bookmark at the current selection.

Usage

1
wdInsertBookmark(text, wdapp = .R2wd)

Arguments

text

the bookmark text.

wdapp

the handle to the Word Application (usually not needed).

Author(s)

Christian Ritter

Examples

1
2
3
4
5
6
7
8
## 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)

R2wd documentation built on May 2, 2019, 8:54 a.m.