str_standardize: Standardize

Description Usage Arguments Details Value Examples

Description

Standardize removes accents, blank spaces, special caracters from a string

Usage

1
str_standardize(string, prefix = "var_")

Arguments

string

a string

prefix

a string

Details

See http://stackoverflow.com/a/36898175/1967500 for the tricks to remove accents

Value

a standardized string

Examples

1
2
str_standardize("2017/07/07", prefix = "date_")
str_standardize("code externe de l'action")

blaquans/tricky documentation built on May 12, 2019, 9:29 p.m.