S | R Documentation |
Convenience wrapper for sprintf
that allows recycling of
... of length one.
S(x, ...)
x |
A single string containing |
... |
A vector of substitutions equal in length to the number of
|
Returns a string with "%s"
replaced.
sprintf
S("@after_", "the", "the")
# Recycle
S("@after_", "the")
S("@rm_between", "LEFT", "RIGHT")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.