S {qdapRegex} | 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.
S("@after_", "the", "the")
# Recycle
S("@after_", "the")
S("@rm_between", "LEFT", "RIGHT")