Learn R Programming

R2wd (version 1.4)

wdSubsubsection: Start a new Word section, add a heading and a bookmark.

Description

Start a subsection (see wdSection for details.

Usage

wdSubsubsection(title, label = gsub(" ", "_",
paste("subsec", title, sep = "_")),
newpage = FALSE, wdapp = .R2wd)

Arguments

title
the sub-sub-section title.
label
the bookmark.
newpage
whether the section should start on a new page.
wdapp
the handle to the Word Application (usually not needed).

Value

    Examples

    Run this code
    wdGet()
    wdTitle("Title")
    wdSection("Section 1",newpage=TRUE)
    wdSubsection("Sub-section 1.1")
    wdSubsubsection("Sub-sub-section 1.1.a")

    Run the code above in your browser using DataLab