Description Usage Arguments Value
View source: R/txx_finish_sections.R
Splits a string into the (incomplete) tagged sections according to the split character, then identifies the start tag and adds a corresponding end tag, and then recombines it into a single string.
1 | txx_finish_sections(string, split = "¬")
|
string |
The character string containing a single entry. Should have already been through the xml-transforming process so should have start sections identified and wrapped into a start tag. |
split |
The character that is used to split the string |
A character string; a modified of string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.