R/writeMethodTitle.R

Defines functions writeMethodTitle

Documented in writeMethodTitle

writeMethodTitle <-
function(titleMethod) {
    tcltk::tkinsert(KTSEnv$txtWidget, "end", 
                    paste(c(titleMethod, date()), collapse = "\n"))
    tcltk::tkinsert(KTSEnv$txtWidget, "end", "\n\n")
}

Try the KarsTS package in your browser

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

KarsTS documentation built on Jan. 16, 2021, 5:07 p.m.