| number_letter | A conversion table between numbers and their litteral forms... |
| stopwords | A list of stop words. |
| str_add_case | Update a character vector case according to stopwords. |
| str_add_fr_accent | Add French accents to a string. |
| str_age_fr | Get age in a French litteral format. |
| str_apply_case | Apply case from a target character to another string. |
| str_camel_to_snake_case | Conversion from a camel case character to a snake case... |
| str_capitalise | Capitalise the first letter in a string. |
| str_clean_phone_number | Clean phone numbers. |
| str_conv_number_letter | Convert a numeric vector to full letters. |
| str_line_break | Cut a character string over multiple lines |
| str_normalise_file | Normalise a string for a use as file name. |
| str_number_fr | Conversion from a number to a French formatted number. |
| str_paste | Equivalent to base paste but with an extra na.rm parameter |
| str_percent_fr | Conversion from a numeric percentage to a French formatted... |
| str_replace_win_quote | Replace Windows quote by the ASCII quote |
| str_today_fr | Get today French date in several formats. |
| str_validate_email | Validate email with a regex. |
| str_validate_url | Validate a URL with a regex. |
| word_fr_accent | A conversion table between non accentued words and... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.