R/helpPage.R

Defines functions helpPage

helpPage <- function() {
  Slide(c(
    "",
    "HELP PAGE",
    "",
    "",
    "The following commands are available",
    "-   n -- next slide",
    "-   p -- previous slide",
    "-   f -- first slide",
    "-   l -- last slide",
    "-   e -- evaluate code",
    "-  ee -- evaluate code until here",
    "-  cc -- recompile slide deck",
    "-   q -- quit presentation",
    "-   h -- show this help",
    ""
  ))
}

Try the REPLesentR package in your browser

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

REPLesentR documentation built on Dec. 1, 2019, 1:19 a.m.