r-gregmisc / gtools

Functions to assist in R programming
25 stars 6 forks source link

incorporate try error #6

Closed tingjhenjiang closed 3 years ago

tingjhenjiang commented 4 years ago

I love this function and I think it would be great if it supports decision in try error

x<-try(log("A")) gtools::invalid(x) TRUE