wdNormal {R2wd}R Documentation

Type text in Normal style.

Description

Type text in 'Normal' style and end with a paragraph break if requested.

Usage

wdNormal(text = "", paragraph = TRUE, wdapp = .R2wd)

Arguments

text the text to write.
paragraph whether a paragraph break should be added at the end.
wdapp the handle to the Word Application (usually not needed).

Note

This is almost the same as wdBody.

Author(s)

Christian Ritter

Examples

## Not run: 
wdGet()
wdTitle("R2wd: A package to write ...")
wdNormal("R2wd is a package for ...")
## End(Not run)

[Package R2wd version 1.1 Index]