Skip to content
Prev 42394 / 398506 Next

Exception handling

On 01/03/04 19:58, Pablo Yabo wrote:
Perhaps something like:

if (CONDITION) {stop("ERROR MESSAGE")} else {DO SOMETHING ELSE}

or just

if (CONDITION) {stop("ERROR MESSAGE")}

and the do something else comes later.

Jon