Stringe is an r package that simplifies common data cleaning and validation. It is a wrap around of the stringr package, which is a wrap around of the stringi package.
To download stringe for r:
# first install devtools, if needed
library(devtools)
install_github("jackie-0678/stringe")
library(stringe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.