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

Description Usage Arguments Author(s) Examples

Description

Start a subsection (see wdSection for details.

Usage

1
2
3
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).

Author(s)

Christian Ritter

Examples

1
2
3
4
5
6
7
8
## Not run: 
wdGet()
wdTitle("Title")
wdSection("Section 1",newpage=TRUE)
wdSubsection("Sub-section 1.1")
wdSubsubsection("Sub-sub-section 1.1.a")

## End(Not run)

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