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 May 29, 2024, 9:13 a.m.