sprintf, with named references
This converts named references in a format string (marked by curly braces), and passes through to sprintf
.
sprintf_named(fmt, ...)
fmt |
a character vector of format strings, each of up to 8192 bytes. |
... |
values to be interpolated, optionally with names. |
a character vector.
Neal Fultz
sprintf_named("%{HIA}s!!! %{RYLAH}s", RYLAH="Rock You Like a Hurricane", HIA="Here I Am")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.