Can I catch the error raised from the function that already has tryCatch()?

后端 未结 0 1630
离开以前
离开以前 2021-01-07 14:29

I wrote a wrapper around require() function and want to catch errors and warnings it produces:

my_req <- function(pkgname){
  tryrez <- try         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题