| warn | R Documentation | 
Throws a warning and logs it too with biodb logger.
warn(...)
| ... | Values to be passed to sprintf(). | 
Nothing.
# Throws a warning:
tryCatch(biodb::warn('Index is %d.', 10), warning=function(w){w$message})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.