hi, Does anybody know if there is a dienice python equivalent command in R?? The python dienice command just finishes the program when issued. I want do something like: if (test) fails so dienice. Thanks in advance, Fred -- View this message in context: http://www.nabble.com/dienice-for-R-tp24877994p24877994.html Sent from the R help mailing list archive at Nabble.com.
On 8 August 2009 at 09:12, ferreirafm wrote: | hi, | Does anybody know if there is a dienice python equivalent command in R?? | The python dienice command just finishes the program when issued. | I want do something like: if (test) fails so dienice. Try dienice <- function() q("no") along with if ( ! someTestResult ) dienice() and see how it goes. Dirk -- Three out of two people have difficulties with fractions.