View source: R/warningCondition.R
| warningCondition | R Documentation | 
See the original description in base::warningCondition/base::errorCondition.
warningCondition(msg, ..., class = NULL, call = NULL)
errorCondition(msg, ..., class = NULL, call = NULL)
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_warningCondition = getFromNamespace("warningCondition", "backports")
bp_warningCondition("package backports not found")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.