View source: R/get_xml_closing_tag.R
get_xml_closing_tag | R Documentation |
Get the XML closing tag
get_xml_closing_tag(text)
text |
lines of XML to extract the XML closing tag from |
the closing tag if found, else NA
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# my_tag
get_xml_closing_tag("<my_tag text=something></my_tag>")
# Will return NA
get_xml_closing_tag("<my_tag text=something/>")
get_xml_closing_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.