A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://rstudio.github.io/htmltools/reference/HTML.html below:

Mark Characters as HTML — HTML • htmltools

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

HTML(text, ..., .noWS = NULL)
Arguments
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 before, after, and outside (equivalent to before and end).

Value

The input text, but marked as HTML.

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4