msg {quanteda} | R Documentation |
Conditionally format messages
Description
Conditionally format messages
Usage
msg(format, ..., pretty = TRUE)
Arguments
format |
character vector of format strings |
... |
vectors (coercible to integer, real, or character) |
pretty |
if |
See Also
Examples
quanteda:::msg("you cannot delete %s %s", 2000, "documents")
[Package quanteda version 4.3.0 Index]