Skip to contents

Print a string by combining sprintf() and cat().

Usage

sprint(..., sep = "")

Arguments

...

Arguments passed to sprintf.

sep

A character string to separate values (default: "").

Value

None.