Learn R Programming

quanteda (version 4.5.0)

msg: Conditionally format messages

Description

Conditionally format messages

Usage

msg(format, ..., prepend = "", append = "")

Arguments

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

See Also

Examples

Run this code
quanteda:::msg("you cannot delete %s %s", 2000, "documents")

Run the code above in your browser using DataLab