| stringCleanup | R Documentation | 
These functions are utilities to clear undesired characters from REDCap output.
stripHTMLTags(
  x,
  tags = c("p", "br", "div", "span", "b", "font", "sup", "sub"),
  ignore.case = TRUE
)
stripUnicode(x)
| x | 
 | 
| tags | 
 | 
| ignore.case | 
 | 
stripHTMLTags returns a character vector.
stripUnicode returns a character vector.
stripHTMLTags("<p>Text in a paragraph <b>tag</b> with bold formatting </p>")
stripUnicode("\U00B5 = 0")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.