Description Usage Arguments Details Value Examples
Standardize removes accents, blank spaces, special caracters from a string
| 1 | str_standardize(string, prefix = "var_")
 | 
| string | a string | 
| prefix | a string | 
See http://stackoverflow.com/a/36898175/1967500 for the tricks to remove accents
a standardized string
| 1 2 | str_standardize("2017/07/07", prefix = "date_")
str_standardize("code externe de l'action")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.