R/pause.R

`pause` <-
function () 
{
    if(interactive()) readline("Pause. Press <Enter> to continue...")
    invisible()
}

Try the DAAG package in your browser

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

DAAG documentation built on June 14, 2022, 9:07 a.m.