R/aaa.R
html_asis.Rd
Escape HTML strings so that they will be displayed 'as-is' in websites.
html_asis(s, space = TRUE)
characters
whether to also escape white space, default is true.
An R string
html_asis("<a><----> <b>") #> <a><----> <b>