html2xml {spork} | R Documentation |
Convert HTML Greek entity references to XML
Description
Converts HTML Greek entity references to XML entity references. This is necessary because of a kableExtra bug: https://github.com/haozhu233/kableExtra/issues/814 . The mappings used here are from https://www.thoughtco.com/html-codes-greek-characters-4062212
Usage
html2xml(x, ...)
Arguments
x |
html character |
... |
ignored |
Value
html
See Also
Other html:
[.html()
,
[[.html()
,
as_html()
,
as_html.greek()
,
as_html.spar()
,
as_html.spork()
,
htmlToken()
Examples
htmlToken('alpha')
htmlToken('Upsilon1')
htmlToken('vartheta')
htmlToken('stigma')
htmlToken('varrho')
htmlToken('varpi')
htmlToken('Upsilon1')
[Package spork version 0.3.5 Index]