Description Usage Arguments Details Value Examples
View source: R/txx_sanitize_text.R
This function takes a character string and returns a 'sanitized' version, suitable for storage as text within an XML document.
1 |
text |
A character string |
This function replaces any special characters within XML, and replaces them with the relevant XML escaped characters. As they are read in as XML, they should be transformed back into the proper version.
A modified character string
1 | txx_sanitize_text("Alice & Bob have been in \"Charlie's\" house for >5 minutes.")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.