Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


IFC (version 0.1.6)

escape_entities: XML Entities Protection

Description

Helper to escape xml entities.

Usage

escape_entities(text)

Value

a character vector where xml entities have been escaped.

Arguments

text

value return by xml2::as_list. Default is 5.

Details

entities will be replaced by:
-& to "&"
-> to ">"
-< to "&lt;"
-' to "&apos;"
-" to "&quot;"