wdHeading: Add text in Heading style.

Description Usage Arguments Author(s) Examples

Description

Add text in Heading style.

Usage

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

Arguments

level

The heading level.

text

The text to write as a heading.

paragraph

Whether a paragraph should start after the heading.

wdapp

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

Author(s)

Christian Ritter

Examples

1
2
3
4
5
6
7
## Not run: 
wdGet()
wdHeading(1,"R2wd")
wdHeading(2,"General ",paragraph=FALSE)
wdHeading(2,"Principles")

## End(Not run)

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