View source: R/get_xml_opening_tag.R
get_xml_opening_tag | R Documentation |
Get the XML opening tag
get_xml_opening_tag(text)
text |
text to be determined to be valid |
the opening tag if found, else NA
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# my_tag
get_xml_opening_tag("<my_tag text=something/>")
# NA when there is no opening tag
get_xml_opening_tag("no_xml")
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.