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