pause: Allows a pause in the running of an R function.

View source: R/pause.R

pauseR Documentation

Allows a pause in the running of an R function.

Description

Allows a pause in the running of an R function.

Usage

pause(
  prompt = "Touch Return to continue; type stop to breakout: ",
  skip = FALSE,
  browse = FALSE
)

wqmeeker/RTseries documentation built on Dec. 31, 2022, 10 a.m.