wdBody {R2wd}R Documentation

Write in body text.

Description

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

Usage

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

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

[Package R2wd version 1.1 Index]