strip_html | R Documentation |
Remove HTML tags and comments from text.
strip_html(x)
x |
A character vector. |
A character vector with HTML tags and comments stripped off.
xfun::strip_html("<a href=\"#\">Hello <!-- comment -->world!</a>")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.