R/showHelp.R

Defines functions showHelp

Documented in showHelp

showHelp <-
function() {
  pathToImage <- paste0(system.file(package = "KarsTS"), 
                        "/extdata/", "KarsTSHelp.txt")
  tcltk::tkpager(file = pathToImage, header = "HELP", 
                 title = "KarsTS", 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.