find_tags | R Documentation |
Find moustache tags in a string or file. find_tags_str
will find tags in a string.
find_tags_xml
and find_tags_toml
will find tags in a file after using
an apropriate way to read it. Finally, find_tags
will call above mentioned functions
depending on its input.
find_tags(template) find_tags_xml(template) find_tags_toml(template) find_tags_str(template)
template |
String that represents path to xml, toml file or text that contain tags.
For the |
list of moustache tags
find_tags("Foo bar {{baz}}")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.