parse_dict: Replace non ASCII characters with ASCII equivalents...

View source: R/parse_dict.R

parse_dictR Documentation

Replace non ASCII characters with ASCII equivalents [Experimental]

Description

Replace non ASCII characters with ASCII equivalents [Experimental]

Usage

parse_dict(dict)

Arguments

dict

A dictionary. See vignette('labeler', package = "labeler") for details.

Value

A dictionary with all non ASCII characters replaced with ASCII

Examples

## Not run: 
   dict = list(
             MARRIED = list(
               "Sí" = 1,
               "No" = 2
             )
           )
   parse_dict(dict)
 
## End(Not run)

adatar-do/labeler documentation built on Sept. 19, 2024, 2:50 p.m.