Description Usage Arguments Value Author(s) References See Also Examples
View source: R/sprintf_named.R
This converts named references in a format string (marked by curly braces), and passes through to sprintf
.
1 | 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
1 | sprintf_named("%{HIA}s!!! %{RYLAH}s", RYLAH="Rock You Like a Hurricane", HIA="Here I Am")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.