After lauching this function, every error message will be analysed. This function is called when loading the package.

init_error_tracker()

Examples

getOption("error")
#> (function(...){ #> fcuk::error_analysis() #> # .rs.breakOnError(TRUE) #> #> })()
fcuk::init_error_tracker() getOption("error")
#> (function(...){ #> fcuk::error_analysis() #> # .rs.breakOnError(TRUE) #> #> })()