Description Usage Arguments Value
View source: R/stringterpolate.R
Given a character string a set of expression placeholders are matched. They
are of the form ${...}
or optionally $[f]{...}
where f
is a valid format for sprintf
.
1 | match_placeholders(string)
|
string |
character: The string to be interpolated. |
list containing indices
(regex match data) and matches
,
the string representations of matched expressions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.