powered by
Marks the given text as HTML, which means the tag functions will know not to perform HTML escaping on it.
HTML(text, ...)
The text value to mark with HTML
Any additional values to be converted to character and concatenated together
The same value, but marked as HTML.
# NOT RUN { el <- div(HTML("I like <u>turtles</u>")) cat(as.character(el)) # }
Run the code above in your browser using DataLab