printp {W4MRUtils} | R Documentation |
printp - to format a string and print it
Description
printp calls sprintf of its parameters to build the error message and prints with the given message
Usage
printp(...)
Arguments
... |
Arguments passed on to
|
Author(s)
L.Pavot
Examples
file <- "/tmp/test"
printp("Error in file: ", file)
[Package W4MRUtils version 1.0.0 Index]