R/stop_and_enter.R

Defines functions stop_and_enter

Documented in stop_and_enter

#' Stops the script and asks end-user to press [ENTER] to continue
#'
#' @export

stop_and_enter <-
        function() {
                base::readline("Press [ENTER] to continue or [ESC] to end. ")
        }
patelm9/typewriteR documentation built on Feb. 19, 2020, 1:41 p.m.