escape_entities | R Documentation |
Helper to escape xml entities.
escape_entities(text)
text |
value return by xml2::as_list. Default is 5. |
entities will be replaced by:
-& to "&"
-> to ">"
-< to "<"
-' to "'"
-" to """
a character vector where xml entities have been escaped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.