R/pause.R

Defines functions pause

Documented in pause

#' Pause in interactive mode and continue on <Enter>.
#' @export
pause = function() {
  if (interactive())
    readline("Pause. Press <Enter> to continue.")
}
berndbischl/BBmisc documentation built on Jan. 6, 2023, 12:32 p.m.