R/wdSectionBreak.R

wdSectionBreak <-
function (continuous = TRUE, bookmark = NULL,wdapp = .R2wd)
{
    wdsel <- wdapp[["Selection"]]
    if (continuous)
        wdsel$InsertBreak(3)
    else wdsel$InsertBreak(2)
    if (!is.null(bookmark)) wdInsertBookmark(bookmark)
}

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.