wdHeading {R2wd} | R Documentation |
Add text in Heading style.
wdHeading(level = 1, text = "", paragraph = TRUE, wdapp = .R2wd)
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). |
Christian Ritter
## Not run: wdGet() wdHeading(1,"R2wd") wdHeading(2,"General ",paragraph=FALSE) wdHeading(2,"Principles") ## End(Not run)