R/wdApplyTheme.R

Defines functions wdApplyTheme

Documented in wdApplyTheme

wdApplyTheme <-
function(theme="None",wdapp=.R2wd){
    wddoc<-wdapp[['ActiveDocument']]
    if (theme=="None") wddoc$RemoveTheme() else wddoc$ApplyTheme(theme)
    return()
}

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.