Hello everyone.
I have written quite a big function that at the end correctly returns the 
values 
I want. I found a rare exception that I want to cover also. The easier for me 
would be to write something like that


function(){
    
  if (rare exception happened)
      return that value

  # The comes the code for normal execution
  # ...
  # ...
  return value # Normal values to return

}



Would that be feasible with R or two returns statements are not accepted?

Regards
Alex


      
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to