wdNormal: Type text in Normal style.

Description Usage Arguments Note Author(s) Examples

Description

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

Usage

1
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

1
2
3
4
5
6
## Not run: 
wdGet()
wdTitle("R2wd: A package to write ...")
wdNormal("R2wd is a package for ...")

## End(Not run)

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