wdBody: Write in body text.

Description Usage Arguments Details Author(s) Examples

Description

Inserts text in 'Body' style at the current cursor point in Word.

Usage

1
wdBody(text = "", paragraph = TRUE, wdapp = .R2wd)

Arguments

text

a test string to be written to Word.

paragraph

whether a paragraph (line return) should be added at the end.

wdapp

the handle to word (can be ignored).

Details

Switches to 'Body' style, adds the text, and then gives a carriage return (paragraph break) if requested.

Author(s)

Christian Ritter

Examples

1
## Not run: wdBody("R2wd is a package to write MS-Word files from R")

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