Mark Characters as HTML
Marks the given text as HTML, which means the tag functions will know not to perform HTML escaping on it.
HTML(text, ..., .noWS = NULL)
text |
The text value to mark with HTML |
... |
Any additional values to be converted to character and concatenated together |
.noWS |
Character vector used to omit some of the whitespace that would
normally be written around this HTML. Valid options include |
The same value, but marked as HTML.
el <- div(HTML("I like <u>turtles</u>")) cat(as.character(el))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.