wdWrite: Write text to word.

Description Usage Arguments Note Author(s) Examples

Description

Write text in current style and end with a paragraph break if requested.

Usage

1
wdWrite(text = "", paragraph = FALSE, 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
7
## Not run: 
wdGet()
wdTitle("R2wd: A package to write ...")
wdSetFont(fontname="Symbol")
wdWrite("R2wd is a package for ...")

## End(Not run)

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