R/endingLines.R

Defines functions endingLines

Documented in endingLines

endingLines <-
function() {
  
  endL <- paste0("***************************************",
                 "*************************")
  tcltk::tkinsert(KTSEnv$txtWidget, "end", endL, collapse = "\n")
  tcltk::tkinsert(KTSEnv$txtWidget, "end", endL, collapse = "\n")
  tcltk::tkinsert(KTSEnv$txtWidget, "end", endL, collapse = "\n")
  tcltk::tkinsert(KTSEnv$txtWidget, "end", paste("\n\n"))
  tcltk::tkinsert(KTSEnv$txtWidget, "end", paste("\n\n"))
  tcltk::tkinsert(KTSEnv$txtWidget, "end", paste("\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.