wdSection {R2wd} | R Documentation |
Start a section by: Adding a section break, switching to Heading1 style, adding the section title, adding a bookmark, adding a paragraph break, switching to Normal style.
wdSection(title, label = gsub(" ", "_", paste("sec", title, sep = "_")), newpage = FALSE, wdapp = .R2wd)
title |
section title |
label |
bookmark text (will be generated automatically if missing) |
newpage |
whether the section should start on a new page (doesn't work) |
wdapp |
handle to Word Application (usually not needed). |
Christian Ritter
## Not run: wdGet() wdTitle("R2wd a package to ... ") wdSection("Introduction",newpage=TRUE) ## End(Not run)