Learn R Programming

quanteda (version 4.3.1)

msg: 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 TRUE, message is passed to base::prettyNum().

See Also

Examples

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

Run the code above in your browser using DataLab