HTML: Mark Characters as HTML

Description Usage Arguments Value Examples

Description

Marks the given text as HTML, which means the tag functions will know not to perform HTML escaping on it.

Usage

1

Arguments

text

The text value to mark with HTML

...

Any additional values to be converted to character and concatenated together

Value

The same value, but marked as HTML.

Examples

1
2
el <- div(HTML("I like <u>turtles</u>"))
cat(as.character(el))

tomkuipers1402/shiny documentation built on Feb. 13, 2020, 7:22 p.m.