R/press_enter.R

Defines functions press_enter

Documented in press_enter

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

press_enter <-
        function() {
                base::readline("Press [ENTER] to continue or [ESC] to end. ")
        }
patelm9/secretary documentation built on Oct. 6, 2021, 2:04 p.m.