Skip to content
Prev 241757 / 398500 Next

Simple error handling in R

Il giorno mar, 16/11/2010 alle 10.58 -0500, Aleksey Naumov ha scritto:
I'm far from expert, but perhaps this is near what you are looking for

for(i in 1:10){
    if (i == 5) {browser()}
 print("anything")}

Browser stop the execution and allows you to indagate about