Learn R Programming

R2wd (version 1.4)

wdNormal: Type text in Normal style.

Description

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

Usage

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).

Value

    Examples

    Run this code
    wdGet()
    wdTitle("R2wd: A package to write ...")
    wdNormal("R2wd is a package for ...")

    Run the code above in your browser using DataLab