This function creates a dialog box to provide the user with additional assistance in using GAT, including instructions and links to help pages.

showGAThelp(
  help = "Find help here.",
  helppage = "showGAThelp",
  step = 0,
  helptitle = "this step",
  helpimg = "showGAThelp"
)

Arguments

help

A text string containing the help message.

helppage

A text string that contains the funcion name for the relevant function (if any) in the help dialog.

step

Integer step in the GAT program, for help reference.

helptitle

The step name to display in the title bar.

helpimg

A text string denoting the file name of the image to be shown.

Examples


if (interactive()) {
showGAThelp(helptitle = "GAT help dialog")
}
#> Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj"): [tcl] couldn't open "C:/Users/ajstamm/Documents/GitHub/Coding/gatpkg/help/figures/showGAThelp.png": no such file or directory.