R/aboutKTS.R

Defines functions aboutKTS

Documented in aboutKTS

aboutKTS <-
function() {
  pathToImage <- paste0(system.file(package = "KarsTS"), 
                        "/extdata", "aboutKTS.txt")
  tcltk::tkpager(file = pathToImage, header = "US", 
                 title = "ABOUT", delete.file = FALSE)
}

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.