format_str | R Documentation |
Format a string using placeholders
format_str(string, ...)
string |
A an unformatted string with placeholders |
... |
Variables to format placeholders with |
A formatted string
## Not run: format_str("Format with {1} and {2}", "x", "y") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.