Learn R Programming

rapportools (version 1.2)

warningf: Send Warning with String Interpolated Messages

Description

Combines warning with sprintf thus allowing string interpolated warnings.

Usage

warningf(s, ...)

Arguments

s

a character vector of format strings

...

values to be interpolated

Examples

Run this code
if (FALSE) {
warningf("%.3f is not larger than %d and/or smaller than %d", pi, 10, 40)
}

Run the code above in your browser using DataLab