| msg | R Documentation |
Conditionally format messages
msg(format, ..., prepend = "", append = "")
format |
character vector of format strings |
... |
vectors (coercible to integer, real, or character) |
prepend |
text is added before the message |
append |
text is added after the message |
stringi::stri_sprintf
quanteda:::msg("you cannot delete %s %s", 2000, "documents")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.