dp_clean_html | R Documentation |
Applies some regex to clean html tags from strings. This is useful for platforms such as MFL that interpret HTML in their franchise name fields.
dp_clean_html(names)
names |
a character (or character vector) |
a character vector of cleaned strings
c( "<b><font color= Cyan>Kevin OBrien (@kevinobrienff) </FONT></B>", "<em><font color= Purple> Other fun names</font></em>" ) %>% dp_clean_html()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.