R/parse_dict.R
parse_dict.Rd
Replace non ASCII characters with ASCII equivalents
parse_dict(dict)
A dictionary. See vignette('labeler', package = "labeler") for details.
vignette('labeler', package = "labeler")
A dictionary with all non ASCII characters replaced with ASCII
if (FALSE) { dict = list( MARRIED = list( "Sí" = 1, "No" = 2 ) ) parse_dict(dict) }