zero or more objects which can be coerced to character
(and which are pasted together with no separator) or a single
condition object.
n
The value of n for converting sprintf-like types.
tidy
A flag specifying whether capitalize the first character and add a missing period.
.subclass
This argument was renamed to class in rlang
0.4.2. It will be deprecated in the next major version. This is
for consistency with our conventions for class constructors
documented in https://adv-r.hadley.nz/s3.html#s3-subclassing.
# NOT RUN {# errtry(err("there %r %n problem value%s", n = 2))
# wrnwrn("there %r %n problem value%s", n = 2)
# msgmsg("there %r %n problem value%s", n = 2)
# }