pause: pauses the program until an answer is given

Description Usage Arguments Value Examples

View source: R/f0.rbsb1.code.r

Description

This function issues a pause with a message allowing to stop the process or to continue it.

Usage

1
pause(what="", message=NULL)

Arguments

what

Short message commenting the pause

message

A possible longer message, generally to give details about from where the pause is issued. When NULL a shortened message is issued.

Value

Message(s) are displayed on the screen awaiting for an answer to stop or continue.

Examples

1
2
 rbsb3k("RESET"); # needed only for R checking, to be forgotten
 pause("Time for lunch!");

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to pause in rbsb...