wdHeading {R2wd}R Documentation

Add text in Heading style.

Description

Add text in Heading style.

Usage

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

## Not run: 
wdGet()
wdHeading(1,"R2wd")
wdHeading(2,"General ",paragraph=FALSE)
wdHeading(2,"Principles")
## End(Not run)

[Package R2wd version 1.1 Index]