R/wdSection.R

wdSection <-
function (title, label = gsub("[.,-:?!@#+* ]", "_", paste("sec", title, sep = "_")),
    newpage = FALSE, wdapp = .R2wd)
{
    wdSectionBreak(continuous = !newpage,wdapp=wdapp)
    wdInsertBookmark(label,wdapp=wdapp)
    wdHeading(1,title,wdapp=wdapp)
}

Try the R2wd package in your browser

Any scripts or data that you put into this service are public.

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