Description Usage Arguments Examples
Ajout d'un message.
1 | addMessage(msg, argcheck)
|
msg |
Message à afficher. |
argcheck |
Variable stockant les messages. |
1 2 3 4 5 6 7 8 | f1 <- function(){
check <- newArgCheck()
addMessage("Ceci est un message", check)
addWarning("Ceci est un avertissement", check)
addError("Ceci est une erreur", check)
finishArgCheck(check)
}
f1()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.