S {qdapRegex} | R Documentation |
Use C-style String Formatting Commands
Description
Convenience wrapper for sprintf
that allows recycling of
... of length one.
Usage
S(x, ...)
Arguments
x |
A single string containing |
... |
A vector of substitutions equal in length to the number of
|
Value
Returns a string with "%s"
replaced.
See Also
Examples
S("@after_", "the", "the")
# Recycle
S("@after_", "the")
S("@rm_between", "LEFT", "RIGHT")
[Package qdapRegex version 0.7.8 Index]