Learn R Programming

spork (version 0.3.5)

html2xml: 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, ...)

Value

html

Arguments

x

html character

...

ignored

See Also

Other html: [.html(), [[.html(), as_html(), as_html.greek(), as_html.spar(), as_html.spork(), htmlToken()

Examples

Run this code
htmlToken('alpha')
htmlToken('Upsilon1')
htmlToken('vartheta')
htmlToken('stigma')
htmlToken('varrho')
htmlToken('varpi')
htmlToken('Upsilon1')

Run the code above in your browser using DataLab