error0 {biodb} | R Documentation |
Throws an error and logs it too with biodb logger, using paste0().
error0(...)
... |
Values to be passed to paste0(). |
Nothing.
# Throws an error: tryCatch(biodb::error0('Index is ', 10, '.'), error=function(e){e$message})