Rev 1398 | Rev 8103 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{stop}\title{Stop Function Execution}\usage{stop(message)}\alias{stop}\description{\code{stop} stops execution of the current expression, prints themessage given as its argument and then returns to the top levelprompt.}\seealso{\code{\link{warning}}.}\examples{\testonly{iter <- 9 #-don't want a stop(.) below!}if(iter > 10) stop("too many iterations")}\keyword{environment}\keyword{programming}